Eplan Platform API
Eplan.EplApi.Base Namespace / SchemeSetting Class / SetMultiLangStringSetting Method
Indicates the path of the setting (relative to scheme, path starts after scheme name).
Indicates the value of the setting.
Indicates the index.

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

    Parameters

    Parameter NameDescription
    strSettingPathIndicates the path of the setting (relative to scheme, path starts after scheme name).
    valueIndicates the value of the setting.
    nIdxIndicates the index.
    See Also