API Help
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

    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