API Help
Eplan.EplApi.Base Namespace / SettingNode Class / GetStringSetting Method
Indicates the path of the setting.
Indicates the index.

In This Topic
    GetStringSetting Method (SettingNode)
    In This Topic
    Returns the value of a setting. If a setting is read that has no value for this index, the default value is returned. The index starts at 0.
    Syntax
    public virtual string GetStringSetting( 
       string strSettingPath,
       int idx
    )
    public:
    virtual String^ GetStringSetting( 
       String^ strSettingPath,
       int idx
    ) 

    Parameters

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

    Return Value

    Returns the value of the setting.
    Exceptions
    ExceptionDescription
    The value of the parameter object is NULL.
    The object has not been initialized correctly.
    The function failed.
    See Also