Q3Pick_GetNumHits
You can use theQ3Pick_GetNumHitsfunction to get the number of hits in the hit list of a pick object.
TQ3Status Q3Pick_GetNumHits ( TQ3PickObject pick, unsigned long *numHits);
pick- A pick object.
numHits- On exit, the number of items in the hit list of the specified pick object.
DESCRIPTION
TheQ3Pick_GetNumHitsfunction returns, in thenumHitsparameter, the number of items in the hit list associated with the pick object specified by thepickparameter. This number never exceeds the maximum number of items specified in the pick object's data structure.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help