Some type specific color, line font and width object creation settings may be shared by other type/subtype/property combinations. The following are sets of type/subtype/property combinations that share specific object creation settings.
 
Type
 
Subtype
 
Property
 
UF_point_type UF_all_subtype UF_OBJ_no_property
UF_line_type UF_all_subtype UF_OBJ_no_property
UF_circle_type UF_all_subtype UF_OBJ_no_property
UF_conic_type UF_all_subtype UF_OBJ_no_property
UF_spline_type UF_all_subtype UF_OBJ_no_property
UF_coordinate_system_type UF_all_subtype UF_OBJ_no_property
UF_solid_type UF_all_subtype UF_OBJ_sol id_body_property
UF_OBJ_sheet_body_pr operty
UF_plane_type UF_all_subtype UF_OBJ_no_property
UF_datum_axis_type UF_all_subtype UF_OBJ_no_property
UF_datum_plane_type UF_all_subtype UF_OBJ_no_property
UF_drafting_entity_type UF_draft_note_subtype
UF_draft_label_subtype
UF_OBJ_no_property
UF_drafting_entity_type UF_draft_id_symbol_subtype UF_OBJ_no_property
UF_drafting_entity_type UF_draft_fpt_subtype UF_OBJ_no_property
UF_drafting_entity_type UF_draft_cntrline_subtype
UF_draft_linear_cntrln_subtype
UF_draft_full_cir_cntrln_subtype
UF_draft_part_cir_cntrln_subtype
UF_draft_full_blt_circle_subtype
UF_draft_part_blt_circle_subtype
UF_draft_offset_cntrpt_subtype
UF_draft_cyl_cntrln_subtype
UF_draft_sym_cntrln_subtype
UF_OBJ_no_property
UF_drafting_entity_type UF_draft_crosshatch_subtype
UF_draft_area_fill_subtype
UF_draft_solid_fill_subtype
UF_OBJ_no_property
UF_drafting_entity_type UF_draft_intersection_subtype UF_OBJ_no_property
UF_drafting_entity_type UF_draft_target_point_subtype UF_OBJ_no_property
UF_drafting_entity_type UF_draft_user_defined_subtype UF_OBJ_no_property
UF_drafting_entity_type UF_draft_assorted_parts_subtype UF_OBJ_no_property
UF_dimension_type UF_all_subtype UF_OBJ_no_property

 
NOTE: The following is true for the types listed:
 
1. The UF_all_subtypes subtype indicates that the settings are valid for all subtypes of the type.
 
2. UF_plane_type, UF_datum_axis_type and UF_datum_plane_type all share the same object creation settings. For example, if UF_plane_type's color is set to blue, UF_datum_axis_type's and UF_datum_plane_type's color are also be set to blue.
 
3. Asking for the color, line font and width object creation settings of (UF_drafting_entity_type, UF_draft_assorted_parts_subtype, UF_OBJ_no_property) or (UF_dimension_type, UF_all_subtype, UF_OBJ_no_property) returns the color, line font and width object creation settings for a Dimension. However, setting the color, line font and width object creation settings of (UF_drafting_entity_type, UF_draft_assorted_parts_subtype, UF_OBJ_no_property) or (UF_dimension_type, UF_all_subtype, UF_OBJ_no_property) sets the color, line font and width object creations settings for Dimensions as well as Extension Lines 1 & 2, Arrow Lines 1 & 2, and Arrow Heads 1 & 2.
 
4. All types except for solid, (UF_solid_type, UF_all_subtypes), have no property, (UF_OBJ_no_property). Thus, the property is currently extraneous information except for solid type. The property value for solid object types, (UF_solid_type, UF_all_subtypes), is used to distinguish between sheet and solid bodies. There are two valid property values for (UF_solid_type, UF_all_subtypes):
 
UF_OBJ_solid_body_type - Solid body objects
UF_OBJ_sheet_body_type - Sheet body objects
 
5. If you attempt to query or modify a valid type that individually supports subtypes and/or properties, then you must provide a valid subtype and/or property, respectively, or else an error occurs.

 
6. If you attempt to query or modify a valid type that supports all subtypes or no properties, then you must specify UF_all_subtypes or UF_OBJ_no_property, respectively, or else an error occurs.