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

In This Topic
    GetMultiLangStringSetting Method (SettingNode)
    In This Topic
    Returns the value of a setting. If a setting is read that has no value for this index, the default value is returned. The index starts at 0.
    Syntax
    public virtual MultiLangString GetMultiLangStringSetting( 
       string strSettingPath,
       int idx
    )
    public:
    virtual MultiLangString^ GetMultiLangStringSetting( 
       String^ strSettingPath,
       int idx
    ) 

    Parameters

    strSettingPath
    Indicates the path of the setting.
    idx
    Indicates the index.

    Return Value

    Returns the value of the setting.
    Exceptions
    ExceptionDescription
    The value of the parameter object is NULL.
    The object has not been initialized correctly.
    The function failed.
    See Also