API Help
Eplan.EplApi.Base Namespace / Settings Class / SetMultiLangStringSetting Method / SetMultiLangStringSetting(String,MultiLangString) Method
Indicates the path of the setting.
Indicates the value of the setting.

In This Topic
    SetMultiLangStringSetting(String,MultiLangString) Method
    In This Topic
    Sets the value of a setting. The index under which setting will be written is evaluated automatically. First free index is used. The index starts at 0.
    Syntax
    public void SetMultiLangStringSetting( 
       string strSettingPath,
       MultiLangString mlValue
    )
    public:
    void SetMultiLangStringSetting( 
       String^ strSettingPath,
       MultiLangString^ mlValue
    ) 

    Parameters

    strSettingPath
    Indicates the path of the setting.
    mlValue
    Indicates the value of the setting.
    Exceptions
    ExceptionDescription
    Thrown when strSettingPath is null.
    Thrown when strSettingPath is empty.
    Thrown when setting cannot be set.
    See Also