Eplan Platform API
Eplan.EplApi.Base Namespace / Settings Class / WriteSetting Method
Indicates the path of the setting.
Indicates the full file name of the settings XML file.

In This Topic
    WriteSetting Method
    In This Topic
    Exports the specified setting to an XML file.
    Syntax
    public void WriteSetting( 
       string strSettingPath,
       string strFilename
    )
    public:
    void WriteSetting( 
       String^ strSettingPath,
       String^ strFilename
    ) 

    Parameters

    Parameter NameDescription
    strSettingPathIndicates the path of the setting.
    strFilenameIndicates the full file name of the settings XML file.
    Exceptions
    ExceptionDescription
    Thrown if strSettingPath is null or if strFilename is null.
    Thrown if strSettingPath is empty or if strFilename is empty.
    Thrown if the setting is not defined.
    See Also