API Help
Eplan.EplApi.DataModel Namespace / StorableObject Class / ObjectIdentifier Property

ObjectIdentifier Property
Returns the object identifier as number. The number is unique for all objects of this type.
Syntax
public long ObjectIdentifier {get;}

Property Value

the number of the object.
Exceptions
ExceptionDescription
Thrown when the object is invalid.
Remarks
The number may be reused when an object is deleted and created again.
See Also