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

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