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

In This Topic
    Group Property (Option)
    In This Topic
    OptionGroup of an Option.
    Syntax
    public OptionGroup Group {get; set;}
    public:
    property OptionGroup^ Group {
       OptionGroup^ get();
       void set (    OptionGroup^ value);
    }

    Property Value

    OptionGroup of an Option.
    See Also