Q3Pick_GetType
You can use theQ3Pick_GetTypefunction to get the type of a pick object.
TQ3ObjectType Q3Pick_GetType (TQ3PickObject pick);
pick- A pick object.
DESCRIPTION
TheQ3Pick_GetTypefunction returns, as its function result, the type of the pick object specified by thepickparameter. The types of pick objects currently supported by QuickDraw 3D are defined by these constants:
kQ3PickTypeWindowPoint kQ3PickTypeWindowRectIf the specified pick object is invalid or is not one of these types,Q3Pick_GetTypereturns the valuekQ3ObjectTypeInvalid.