Eplan Platform API
Eplan.EplApi.DataModel Namespace / Project Class / ProjectFullName Property

In This Topic
    ProjectFullName Property
    In This Topic
    Project's property which return full project name, without an extension.
    Syntax
    public string ProjectFullName {get;}
    public:
    property String^ ProjectFullName {
       String^ get();
    }

    Property Value

    string : project's full name for example "C:\\EPLAN\\PROJECTS\\USER\\ESS_Sample_Project"
    Exceptions
    ExceptionDescription
    Thrown when the project is transient.
    See Also