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. |
CheckPoints |
Gets the enumeration of all of the check points that may be present in this transaction. |
ChildTransactions |
Gets the enumeration of all of the child transactions that this transaction may contain. |
DisplayName |
Gets the display name of this transaction. |
Document |
Gets the affected by this transaction. |
HasParentTransaction |
Gets the Boolean flag indicating if this transaction is a child of another transaction. |
Id |
Gets the unique identifier for this transaction. |
MergeWithPrevious |
|
Parent |
Property that returns the parent object from whom this object can logically be reached. |
ParentTransaction |
Property that returns the parent transaction, if one exists; else returns a NULL pointer. |
State |
Property that returns a TransactionStateEnum that describes the current state of the transaction. |
Type |
Returns an ObjectTypeEnum indicating this object's type. |