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

In This Topic
    ProjectDirectoryPath Property
    In This Topic
    Project's property which return full project's directory name.
    Syntax
    public string ProjectDirectoryPath {get;}
    public:
    property String^ ProjectDirectoryPath {
       String^ get();
    }

    Property Value

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