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

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

Property Value

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