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

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

    Property Value

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