Eplan Platform API
Eplan.EplApi.DataModel Namespace / ProjectManager Class / Paths Property
Example

In This Topic
    Paths Property
    In This Topic
    Returns PathInfo object. It is intended to provide information about default Eplan Platform paths.
    Syntax
    public PathInfo Paths {get;}
    public:
    property PathInfo^ Paths {
       PathInfo^ get();
    }

    Property Value

    New PathInfo object.
    Example
    string defaultProjectPath = new ProjectManager().Paths.Projects;
    string defaultTemplatesPath = new ProjectManager().Paths.Templates;
    See Also