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.

WriteSetting Method
Exports the specified setting to an XML file.
Syntax
public void WriteSetting( 
   string strSettingPath,
   string strFilename
)

Parameters

strSettingPath
Indicates the path of the setting.
strFilename
Indicates the full file name of the settings XML file.
Exceptions
ExceptionDescription
Thrown when strSettingPath is null. Thrown when strFilename is null.
Thrown when strSettingPath is empty. Thrown when strFilename is empty.
The setting is not defined.
See Also