API Help
Eplan.EplApi.DataModel Namespace / PathInfo Class / Images Property

In This Topic
    Images Property
    In This Topic
    Returns default Images directory.
    Syntax
    public string Images {get;}
    public:
    property String^ Images {
       String^ get();
    }

    Property Value

    string : default Images directory
    Exceptions
    ExceptionDescription
    Exception is thrown when the directory cannot be obtained from settings.
    See Also