Method IsDirty
IsDirty(PdmObjectId)
Tells whether an object is dirty.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 9, 300, 80)]
bool IsDirty(PdmObjectId inObjectId)
Parameters
| Type | Name | Description |
|---|---|---|
| PdmObjectId | inObjectId | PDM object identifier. |
Returns
| Type | Description |
|---|---|
| bool | The object is dirty. |
Remarks
An object is said dirty when it has been modified since it was last saved.
This method is available since v7.9.300.80.