Struct PdmObjectId
Represents a PDM object identifier.
Inherited Members
Namespace: TopSolid.Kernel.Automating
Assembly: TopSolid.Kernel.Automating.dll
Syntax
[DataContract]
[AvailableSinceVersion(7, 6, 0, 0)]
public struct PdmObjectId
Remarks
This structure is available since v7.6.
Constructors
| Name | Description |
|---|---|
| PdmObjectId(string) | Initializes a new instance of the PdmObjectId structure. |
Fields
| Name | Description |
|---|---|
| Empty | Empty identifier. |
Properties
| Name | Description |
|---|---|
| Id | Gets the PDM object identifier. |
| IsEmpty | Tells whether the identifier is empty. |