Eplan Platform API
Eplan.EplApi.System Namespace / EplApplication Class / EplanBinFolder Property

In This Topic
    EplanBinFolder Property
    In This Topic
    Path to w3u.exe of your variant you want to start. Setting this path is necessary to specify the variant to start for your Offline application.
    Syntax
    public string EplanBinFolder {get; set;}
    public:
    property String^ EplanBinFolder {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    p.e. C:\Program Files (x86)\EPLAN\Electric P8\2.1.0\BIN IMPORTANT: Set this path before calling Init!
    See Also