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

DatabaseIdentifier Property
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;}

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