Eplan Platform API
Eplan.EplApi.Base Namespace / Settings Class / GetMultiLangStringDefault Method
Indicates the path of the setting.
Indicates the index.

GetMultiLangStringDefault Method
Returns default MultiLangString value of a setting. The index starts at 0.
Syntax
public MultiLangString GetMultiLangStringDefault( 
   string strSettingPath,
   int nIdx
)

Parameters

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

Return Value

Default MultiLangString value
Exceptions
ExceptionDescription
Thrown when strSettingPath is null.
Thrown when strSettingPath is empty.
See Also