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

SetBoolSetting Method (SettingNode)
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 SetBoolSetting( 
   string strSettingPath,
   bool value,
   int idx
)

Parameters

strSettingPath
Indicates the path of the setting.
value
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