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

In This Topic
    ObjectIdentifier Property
    In This Topic
    Returns the object identifier as number. The number is unique for all objects of this type.
    Syntax
    public long ObjectIdentifier {get;}
    public:
    property int64 ObjectIdentifier {
       int64 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