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

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

Property Value

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