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

In This Topic
    SetMultiLangStringSetting(String,MultiLangString,Int32) Method
    In This Topic
    Sets the value of a setting. If a setting is made and an index is specified that exceeds the number of values, the corresponding values are created, based on the predefined value. The index starts at 0.
    Syntax
    public virtual void SetMultiLangStringSetting( 
       string strSettingPath,
       MultiLangString mlValue,
       int nIdx
    )
    public:
    virtual void SetMultiLangStringSetting( 
       String^ strSettingPath,
       MultiLangString^ mlValue,
       int nIdx
    ) 

    Parameters

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