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

In This Topic
    Options Property (Project)
    In This Topic
    Returns an 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 Options assigned to the Project.
    See Also