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

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