Struct PdmObjectId
Represents a PDM object identifier.
Inherited Members
Namespace: TopSolid.Kernel.Automating
Assembly: cs.temp.dll.dll
Syntax
[AvailableSinceVersion(7, 6, 0, 0)]
public struct PdmObjectId
Remarks
This structure is available since v7.6.
Constructors
PdmObjectId(String)
Initializes a new instance of the PdmObjectId structure.
Declaration
public PdmObjectId(string inPdmObjectId)
Parameters
Type | Name | Description |
---|---|---|
String | inPdmObjectId | PDM object identifier, or null if empty. |
Fields
Empty
Empty identifier.
Declaration
public static readonly PdmObjectId Empty
Field Value
Type | Description |
---|---|
PdmObjectId |
Properties
Id
Gets the PDM object identifier.
Declaration
public readonly string Id { get; }
Property Value
Type | Description |
---|---|
String |
IsEmpty
Tells whether the identifier is empty.
Declaration
public readonly bool IsEmpty { get; }
Property Value
Type | Description |
---|---|
Boolean |