Eplan Platform API
Eplan.EplApi.DataModel Namespace / Project Class / ToString Method

In This Topic
    ToString Method (Project)
    In This Topic
    Returns a string that represents the current object.
    Syntax
    public override string ToString()
    public:
    String^ ToString(); override 

    Return Value

    A string that represents the current object.
    Exceptions
    ExceptionDescription
    Thrown when it is not possible to get project name from data model.
    See Also