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

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

    Property Value

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