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

In This Topic
    GetNumericSetting Method (SettingNode)
    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
    Indicates the path of the setting (relative to path of the node, path starts after the path of the node).
    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.
    See Also