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

In This Topic
    Options Property (Project)
    In This Topic
    Returns array of Options assigned to the Project but not those that are assigned to OptionGroups.
    Syntax
    public Option[] Options {get;}
    public:
    property array<Option^>^ Options {
       array<Option^>^ get();
    }

    Property Value

    Array of OptionGroups assigned to the Project.
    See Also