API Help
Eplan.EplApi.Base Namespace / ISettings Interface / SetMultiLangStringSetting Method
path to settings
value to set.
0-based index of the setting

In This Topic
    SetMultiLangStringSetting Method (ISettings)
    In This Topic
    Sets the value of settings on a given path.
    Syntax
    void SetMultiLangStringSetting( 
       string strSettingPath,
       MultiLangString mlValue,
       int nIdx
    )
    void SetMultiLangStringSetting( 
       String^ strSettingPath,
       MultiLangString^ mlValue,
       int nIdx
    ) 

    Parameters

    strSettingPath
    path to settings
    mlValue
    value to set.
    nIdx
    0-based index of the setting
    Exceptions
    ExceptionDescription
    Thrown when strSettingsPath is null.
    Thrown when the value cannot be set.
    See Also