Method RestoreLastSave
RestoreLastSave(PdmObjectId)
Cancels the modification of an object.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
void RestoreLastSave(PdmObjectId inObjectId)
Parameters
| Type | Name | Description |
|---|---|---|
| PdmObjectId | inObjectId | Object identifier. |
Remarks
This method must not be called between StartModification(string, bool) and EndModification(bool, bool) methods calls.
This method is available since v7.6.