Eplan Platform API
Eplan.EplApi.Base Namespace / Settings Class / AddDoubleDefault Method
Indicates the path of the setting.
Array of default values
Array of Range. Used for value validation.
ISettings.CreationFlag

In This Topic
    AddDoubleDefault Method (Settings)
    In This Topic
    Defines a new setting for a double default.
    Syntax

    Parameters

    Parameter NameDescription
    strSettingPathIndicates the path of the setting.
    arrDefaultsArray of default values
    arrRangeArray of Range. Used for value validation.
    eFlagISettings.CreationFlag
    Exceptions
    ExceptionDescription
    Thrown when strSettingPath is null.
    Thrown when strSettingPath 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. Warning: double values are stored with precision to 15 digits only!
    See Also