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

DocumentDirectory Property
Project's property which return full project documents' directory name
Syntax
public string DocumentDirectory {get;}

Property Value

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