V50 Xdata Functions

(afm_xd50_entgetx ename)

Return the "50ent" entity list including any 50 xdata.

(afm_xd50_xdata 50ent)

Return the 5.0 entity data list.

(afm_xd50_is_parent  50ent)
(afm_xd50_is_child  50ent)
(afm_xd50_is_atext  50ent)

Return t if the entity has 50 xdata and if it is an entity of the specified type: parent, child, or asset text.

Access the requested value from a 50ent which is a child entity.

(afm_xd50_parent_handle_of 50ent)

Return the parent handle of this child or text entity.

(afm_xd50_highlight_parent_of 50ent)

Highlight the parent entity of this 50 child or text entity until the user presses the space bar.

(afm_xd50_calculated_field_name_of_child 50ent)
(afm_xd50_add_factor_of_child 50ent)

Return the requested value from this child entity.

(afm_xd50_calculated_field_name 50ent)
(afm_xd50_add_factor 50ent)
(afm_xd50_atext_inspt 50ent)
(afm_xd50_atext_height 50ent)
(afm_xd50_atext_just_code 50ent)

Return the requested value from this parent entity.

(afm_xd50_all_field_names 50ent)
(afm_xd50_all_field_values 50ent)

Return a list of all field names or field values from this parent entity.

(afm_xd50_parent_field_value 50ent field_name)

Return the value of the data field with the given field name.

(defun afm_xd50_primary_key50ent key_field_list)

Return a list containing the primary key values.

(afm_xd50_list_child_xdata 50ent)
(afm_xd50_list_atext_xdata 50ent)
(afm_xd50_list_parent_xdata 50ent)
(afm_xd50_list_xdata 50ent)

Format and list the contents of the xdata within the given 5.0 entity list.