Application |
Gets the root Application object. Where the property is weakly-typed, it can be set to (QueryInterfaced for) 'Application' when running with Inventor whereas, 'ApprenticeServer' when running with the Apprentice Server. |
AttributeSets |
Gets the Attribute Sets collection on this object. |
BOMDelegate |
Read-only property that returns the ModelState which this ModelState's BOM is delegated to. |
Document |
Read-only property that returns the model state member Document that associates with this model state. |
FactoryDocument |
Read-only property that returns the model state factory Document. If the model state factory document is not open, query this property will cause it open. |
ModelStateType |
Read-only property that returns the enum indicating the model state type. This can be kMasterModelState, kSubstituteModelState, or kCustomModelState. |
Name |
Read-write property that gets and sets the name of the ModelState. When setting the name, the name must be unique with respect to all other ModelState objects in the document, or an error will occur. Setting this property returns an error if this is a built-in. |
Parent |
Gets the parent object from whom this object can logically be reached. |
SubstituteDocumentDescriptor |
Read-only property that returns the DocumentDescriptor of the document associated with the substitute occurrence. This property returns Nothing if the ModelState property returns anything but kSubstituteModelState. |
SubstituteOccurrence |
Read-only property that returns the ComponentOccurrence object associated with this model state. This property returns Nothing if the ModelState property returns anything but kSubstituteModelState. |
Type |
Gets the constant that indicates the type of this object. |