Eplan Platform API
Eplan.EplApi.DataModel Namespace / OptionGroup Class / Options Property

In This Topic
    Options Property (OptionGroup)
    In This Topic
    Returns array of Options assigned to the OptionGroup.
    Syntax
    public Option[] Options {get;}
    public:
    property array<Option^>^ Options {
       array<Option^>^ get();
    }

    Property Value

    Array of Options assigned to the OptionGroup.
    See Also