Method EnsureIsDirty
EnsureIsDirty(PdmObjectId)
Ensures that an object is dirty to allow further modifications.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 9, 300, 80)]
void EnsureIsDirty(PdmObjectId inObjectId)
Parameters
| Type | Name | Description |
|---|---|---|
| PdmObjectId | inObjectId | PDM 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.9.300.80.