Eplan Platform API
Eplan.EplApi.Base Namespace / SettingNode Class / GetMultiLangStringSetting Method
Indicates the path of the setting (relative to path of the node, path starts after the path of the node).
Indicates the index.

GetMultiLangStringSetting Method (SettingNode)
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
)

Parameters

strSettingPath
Indicates the path of the setting (relative to path of the node, path starts after the path of the node).
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