Eplan Platform API
Eplan.EplApi.HEServices Namespace / Search Class / Setting Property
Search setting value. Cannot be null.

In This Topic
    Setting Property
    In This Topic
    Gets/Sets whether the specified setting of a search is enabled
    Syntax
    public bool this[ 
       Search.Settings id
    ]; {get; set;}
    public:
    property bool default [Search.Settings] {
       bool get(Search.Settings id);
       void set (Search.Settings id, bool value);
    }

    Parameters

    id
    Search setting value. Cannot be null.

    Property Value

    Value of the setting.
    See Also