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

In This Topic
    SystemConfiguration Property
    In This Topic
    System configuration scheme name.
    Syntax
    public string SystemConfiguration {get; set;}
    public:
    property String^ SystemConfiguration {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    A system configuration scheme defines paths to user, station company settings, master data and rights database in the SystemConfiguartion.xml file. These paths are set by default by Eplan setup and could be overwritten using a system configuration scheme.
    See Also