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

In This Topic
    GetStringSetting Method (ISettings)
    In This Topic
    Reads string value from settings
    Syntax
    string GetStringSetting( 
       string strSettingPath,
       int nIdx
    )
    String^ GetStringSetting( 
       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