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

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

    Property Value

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