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 ChangeProcessor will make. Defaults to the type set on the ChangeDefinition, but can be overridden. |
DisplayMessages |
Read-write property that gets and sets whether or not to display error/warning messages during the change process. A value of False indicates that all the messages will be suppressed. Initially set to False. This property should be set before the Execute metho. |
GlobalChangeProcess |
Gets and sets whether or not to execute the change process as a global transaction (can be viewed as a top-level transaction). If True, a global transaction will be created. Initially False; this property should be set before the Execute method is called. |
GlobalChangeProcessAborted |
Gets whether the global transaction for this change had to be aborted. This only applies if GlobalChangeProcess is True and an Execute is in progress. |
MergeWithPrevious |
Gets and sets whether to merge this change process with the previously committed transaction. |
MessageDialogUserChoice |
Read-only property that returns a ButtonTypeEnum value indicating the user’s choice in the message dialog. |
Parent |
Gets the parent object from whom this object can logically be reached. |
Transact |
Gets and sets whether to execute the change process as a transacting one. A non-transacting change process cannot be undone or redone. |
Type |
Returns an ObjectTypeEnum indicating this object's type. |