getChildAttributeIds: Instance Method

- (NSArray *) getChildAttributeIds:(unsigned int) owner;

Returns the IDs of the child attributes of the given owner.

Parameters

  • owner — The owner attribute’s ID.

Return Value

An array of child attribute IDs, or nil if the owner is invalid.

Top