Enum PdmObjectState
Defines the various states of a PDM object.
Namespace: TopSolid.Pdm.Explorer.Automating
Assembly: cs.temp.dll.dll
Syntax
[AvailableSinceVersion(7, 11, 300, 80)]
public enum PdmObjectState
Remarks
This enum is available since v7.10.
Fields
| Name | Description |
|---|---|
| CheckedIn | Object is checked-in. |
| Deleted | Object is deleted. |
| ExclusiveModification | Object is under exclusive modification. |
| LockedByExclusiveModification | Object is locked by an exclusive modification performed by another user. |
| LockedByToAnnihilate | Object is locked by an annihilation performed by another user. |
| LockedByToDelete | Object is locked by a deletion performed by another user. |
| MultipleModification | Object is under multiple modification. |
| New | Object is new. |
| None | No state. |
| NotUpToDateBecauseMoved | Position in treeview is not up-to-date because object has been moved somewhere else. |
| Obsolete | Objects is obsolete (i.e. last major revision is obsolete). |
| ToAnnihilate | Object is to annihilate. |
| ToDelete | Object is to delete. |
| Validated | Object is validated (i.e. last major revision is validated). |