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

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

    Property Value

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