Eplan Platform API
Eplan.EplApi.Base Namespace / SettingNode Class / AddBoolSetting Method
Indicates the path of the setting (relative to path of the node, path starts after the path of the node).
Array of values added to the setting
ISettings.CreationFlag

AddBoolSetting Method (SettingNode)
Defines a new setting for a boolean value.
Syntax

Parameters

strSettingPath
Indicates the path of the setting (relative to path of the node, path starts after the path of the node).
arrValues
Array of values added to the setting
eFlag
ISettings.CreationFlag
Exceptions
ExceptionDescription
Thrown when strSettingPath is null.
Thrown when strSettingPath is empty.
Thrown when strDefBy is null.
Thrown when strDefBy is empty.
Thrown when setting cannot be added.
Remarks
Default definition settings are provided for settings that use default values such as FALSE, TRUE, 0, or spaces and that do not require ranges of values.
See Also