Struct ErpPdmId
Represents a PDM Erp Object
Inherited Members
Namespace: TopSolid.Pdm.Explorer.Automating
Assembly: TopSolid.Pdm.Explorer.Automating.dll
Syntax
[DataContract]
[AvailableSinceVersion(7, 20, 222, 0)]
public struct ErpPdmId
Remarks
This structure is available since v7.20.
Fields
| Name | Description |
|---|---|
| Empty | Empty identifier. |
Properties
| Name | Description |
|---|---|
| IsEmpty | Tells whether the object is empty. |
| MajorRevisionId | Gets the PDM object major revision Id |
| MajorRevisionIndex | Gets the PDM object major revision index |
| MinorRevisionId | Gets the PDM object minor revision Id |
| MinorRevisionIndex | Gets the PDM object major revision index |
| ObjectId | Gets object string identifier. |
| ObjectKey | Gets/Sets object key. |