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

In This Topic
    DatabaseIdentifier Property
    In This Topic
    Returns the project as number. The number is unique for all open projects in one session. The number changes when the project is closed and opened again.
    Syntax
    public uint DatabaseIdentifier {get;}
    public:
    property uint DatabaseIdentifier {
       uint get();
    }

    Property Value

    the number of the project (database id)
    Exceptions
    ExceptionDescription
    Thrown when the object is invalid.
    Remarks
    The string is valid during runtime only. When the project the object belongs to is closed, the number gets invalid.
    See Also