| 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. |
| ChangeType |
Gets and sets the type of change (shape edit, query only, etc.) that this ChangeDefinition represents. Defaults kShapeEditCmdType. |
| ClientId |
Gets the Client Id string for this definition. |
| CommandName |
Gets the command name associated with this ChangeDefinition. This localized string shows up in the undo list. |
| InternalName |
Gets the internal name of the ChangeDefinition. This is a unique string that may be used to reliably retrieve a ChangeDefinition object. |
| Parent |
Gets the parent object from whom this object can logically be reached. |
| Type |
Returns an ObjectTypeEnum indicating this object's type. |