Eplan Platform API
Eplan.EplApi.Starter Namespace / EplanData Structure / EplanPath Property

In This Topic
    EplanPath Property (EplanData)
    In This Topic
    EplanPath is the filepath to the eplan installation
    Syntax
    public string EplanPath {get; set;}
    public:
    property String^ EplanPath {
       String^ get();
       void set (    String^ value);
    }
    See Also