API Help
Eplan.EplApi.Base Namespace / SettingNode Class / AddBoolDefault Method
Indicates the path of the setting.
Array of default values
ISettings.CreationFlag

In This Topic
    AddBoolDefault Method (SettingNode)
    In This Topic
    Defines a new setting for a boolean default.
    Syntax

    Parameters

    strSettingPath
    Indicates the path of the setting.
    arrDefaults
    Array of default values
    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