Eplan Platform API
Eplan.EplApi.DataModel Namespace / Option Class / HasGroup Property

In This Topic
    HasGroup Property
    In This Topic
    Determines if Option is in OptionGroup.
    Syntax
    public bool HasGroup {get;}
    public:
    property bool HasGroup {
       bool get();
    }

    Property Value

    True if Option is in OptionGroup. False if option is not in OptionGroup.
    See Also