Eplan Platform API
Eplan.EplApi.DataModel Namespace / StorableObject Class / ToStringIdentifier Method

ToStringIdentifier Method
Returns this object as string identifier.
Syntax
public string ToStringIdentifier()

Return Value

the string identifier
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 string gets invalid.
See Also