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

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