Q3Object_GetType
You can use theQ3Object_GetTypefunction to get the type of a core QuickDraw 3D object.
TQ3ObjectType Q3Object_GetType (TQ3Object object);
object- A QuickDraw 3D object.
DESCRIPTION
TheQ3Object_GetTypefunction returns, as its function result, the type identifier of the QuickDraw 3D object specified by theobjectparameter. If successful,Q3Object_GetTypereturns one of these constants:
kQ3ObjectTypeElement kQ3ObjectTypePick kQ3ObjectTypeShared kQ3ObjectTypeViewIf the type cannot be determined or is invalid,Q3Object_GetTypereturns the valuekQ3ObjectTypeInvalid.