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

In This Topic
    SetStringSetting Method (SettingNode)
    In This Topic
    Sets the value of a setting. If a setting is made and an index is specified that exceeds the number of values, the corresponding values are created, based on the predefined value. The index starts at 0.
    Syntax
    public virtual void SetStringSetting( 
       string strSettingPath,
       string str,
       int idx
    )
    public:
    virtual void SetStringSetting( 
       String^ strSettingPath,
       String^ str,
       int idx
    ) 

    Parameters

    strSettingPath
    Indicates the path of the setting.
    str
    Indicates the value of the setting.
    idx
    Indicates the index.
    Exceptions
    ExceptionDescription
    The value of the parameter object is NULL.
    The object has not been initialized correctly.
    The function failed.
    See Also