Eplan Platform API
Eplan.EplApi.Base Namespace / Settings Class / ReadSettings Method
Indicates the name of the settings \file.

ReadSettings Method (Settings)
Imports a settings xml file and sets all the settings it contains.
Syntax
public void ReadSettings( 
   string strFilename
)

Parameters

strFilename
Indicates the name of the settings \file.
Exceptions
ExceptionDescription
Thrown when strFilename is null.
Thrown when strFilename is empty.
Method failed.
Remarks
In contrary to GUI all the settings from the XML file are imported, not only those, which are visible in the settings dialog. Settings imported by this method may not take effect immediately.
See Also