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

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

    Property Value

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