getAttributeIdsOfLevel: Instance Method

- (NSArray *) getAttributeIdsOfLevel:(PxAttrLevel) level;

References: PxAttrLevel

Returns the IDs of the attributes at the given level.

Parameters

  • level — The attribute level to filter by.

Return Value

An array of attribute IDs.

Top