API Help
Eplan.EplApi.Base Namespace / SettingNode Class / SetMultiLangStringSetting Method
Indicates the path of the setting.
Indicates the value of the setting.
Indicates the index.

In This Topic
    SetMultiLangStringSetting Method (SettingNode)
    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 value,
       int idx
    )
    public:
    virtual void SetMultiLangStringSetting( 
       String^ strSettingPath,
       MultiLangString^ value,
       int idx
    ) 

    Parameters

    strSettingPath
    Indicates the path of the setting.
    value
    Indicates the value of the setting.
    idx
    Indicates the index.
    Exceptions
    ExceptionDescription
    The value of the parameter object is NULL.
    The object has not been initialized correctly.
    The function failed.
    See Also