| Application |
Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned. |
| AttributeSets |
Property that returns the AttributeSets collection object associated with this object. |
| Definition |
Read-write property that returns the shrinkwrap definition that defines the current state of the shrinkwrap component.
The state of the shrinkwrap component can be changed by modifying the values of the returned definition and assigning it back to the shrinkwrap component using the ShrinkwrapComponentDefinition property. The shrinkwrap component will be updated as a result of the assignment.
Note: Definition property will return Nothing if the link to the base assembly is broken or if the link to the base assembly could not be resolved. |
| HealthStatus |
Property that returns an enum indicating the current state of the object. |
| IsEmbedded |
Property that returns whether the reference component refers to an embedded document or a linked document. |
| LinkedToFile |
Property that returns whether the derived component is still linked to the base part or assembly document. If True, the link still exists. If False, the link has been broken and the ReferencedFile property will return Nothing. |
| Name |
Property that returns the component's name. |
| Parent |
Property that returns the parent object. |
| ReferencedDocumentDescriptor |
Property that returns the DocumentDescriptor object. |
| Type |
Returns an ObjectTypeEnum indicating this object's type. |