Reading and Writing the Entity

(afm_xd_entgetx ename)

Return entity list ["ent"] including xdata in the v10 or later format.

(afm_xd_xdata ent)

Return the V10 xdata list for the entity. Useful for seeing if this is a V10 or later entity.

(afm_xd_is_parent_entity ent)

(afm_xd_is_atext_entity ent)

Return t if ent is parent or asset text entity.

(afm_xd_read_xdata_list ent)

Return the structured xdata_list of the entity (see afm_xd.lsp for the format of the xdata_list).

(afm_xd_replace ent new_xdata_list)

Return the entity list with the old V10 xdata replaced with new xdata constructed from the values in the structured new_xdata_list.