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

In This Topic
    ReadSettings Method (Settings)
    In This Topic
    Imports a settings xml file and sets all the settings it contains.
    Syntax
    public void ReadSettings( 
       string strFilename
    )
    public:
    void ReadSettings( 
       String^ strFilename
    ) 

    Parameters

    Parameter NameDescription
    strFilenameIndicates the name of the settings file.
    Exceptions
    ExceptionDescription
    Thrown if strFilename is null.
    Thrown if strFilename is empty.
    Thrown if the 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