API Help
Eplan.EplApi.Base Namespace / ISettings Interface / GetMultiLangStringSetting Method
Path to settings
0-based index.

GetMultiLangStringSetting Method (ISettings)
Reads MultiLangString value from settings
Syntax
MultiLangString GetMultiLangStringSetting( 
   string strSettingPath,
   int nIdx
)

Parameters

strSettingPath
Path to settings
nIdx
0-based index.

Return Value

value read from settings
Exceptions
ExceptionDescription
Thrown when the value cannot be read from settings
Thrown when strSettingsPath is null.
Thrown when setting path dosn't exist.
See Also