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

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

    Property Value

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