API Help
Eplan.EplApi.DataModel Namespace / Properties Class / AllOptionGroupPropIDs Property

In This Topic
    AllOptionGroupPropIDs Property
    In This Topic
    Returns an array of all property ids which can exist for OptionGroup objects.
    Syntax
    public static AnyPropertyId[] AllOptionGroupPropIDs {get;}
    public:
    static property array<AnyPropertyId^>^ AllOptionGroupPropIDs {
       array<AnyPropertyId^>^ get();
    }
    See Also