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

In This Topic
    ToStringIdentifier Method
    In This Topic
    Returns this object as string identifier.
    Syntax
    public string ToStringIdentifier()
    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