API Help
Eplan.EplApi.Base Namespace / Settings Class / GetNumericSetting Method
Path to settings
0-based index.

In This Topic
    GetNumericSetting Method (Settings)
    In This Topic
    Reads numeric value from settings. It can be 16 bit or 32 bit, signed or unsigned setting.
    Syntax
    public virtual int GetNumericSetting( 
       string strSettingPath,
       int nIdx
    )
    public:
    virtual int GetNumericSetting( 
       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 strSettingPath is null.
    Thrown when strSettingPath is empty.
    Thrown when setting path dosn't exist.
    See Also