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

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

    Property Value

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