Eplan Platform API
Eplan.EplApi.Base Namespace / Settings Class / AddMultiLangStringDefault Method
Indicates the path of the setting
Array of defaults added to the setting
Ranges used for value validation
ISettings.CreationFlag

In This Topic
    AddMultiLangStringDefault Method (Settings)
    In This Topic
    Defines a new default setting for a multilanguage string value.
    Syntax

    Parameters

    Parameter NameDescription
    strSettingPathIndicates the path of the setting
    arrDefaultsArray of defaults added to the setting
    arrRangeRanges 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.
    See Also