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

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

    Property Value

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