IRevertAction¶
- class IRevertAction¶
Bases:
ImpactCOMWrapperBase- Description:
Represents the revert information when reverting a drawing revision.$$OBJECT_MODEL$$%%Diagram%%” –>
Wraps a COM object or another wrapper instance. Accepts: - A valid impact_object - An existing impact_com_wrapper_base-derived instance
- property action¶
Gets Action.
- Description:
The action that is being taken when reverting the revision.
- Returns:
The value of Action.
- Return type:
- property layer¶
Gets Layer.
- Description:
The affected layer.
- Remarks:
Introduced in Impact 5.1.4.1.
- Returns:
The value of Layer.
- Return type:
- property new_customer¶
Gets new_customer.
- Description:
The new customer assigned after the revert.
- Remarks:
If reverting the revision results in the customer being modified, the old_customer and new_customer properties are set. Both are null if the customer wasn’t modified.
- Returns:
The value of new_customer.
- Return type:
- property new_revision¶
Gets new_revision.
- Description:
The new revision created after the revert.
- Remarks:
When the Action is raRevert the new_revision and old_revision are the same revision.
- Returns:
The value of new_revision.
- Return type:
- property old_customer¶
Gets old_customer.
- Description:
The old customer before the revert.
- Remarks:
If reverting the revision results in the customer being modified, the old_customer and new_customer properties are set. Both are null if the customer wasn’t modified.
- Returns:
The value of old_customer.
- Return type:
- property old_revision¶
Gets old_revision.
- Description:
The revision used for the revert.
- Remarks:
When the Action is raRevert the new_revision and old_revision are the same revision.
- Returns:
The value of old_revision.
- Return type:
- property project¶
Gets Project.
- Description:
Gets the project this revert action is associated with.
- Returns:
The value of Project.
- Return type: