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

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

    Property Value

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