Q3Set_GetType
You can use theQ3Set_GetTypefunction to get the type of a set.
TQ3ObjectType Q3Set_GetType (TQ3SetObject set);
set- A set object.
DESCRIPTION
TheQ3Set_GetTypefunction returns, as its function result, the type of the set specified by thesetparameter. The types of sets currently supported by QuickDraw 3D are defined by constants:
kQ3SetTypeAttributeIf the type of the set cannot be determined or is invalid,Q3Set_GetTypereturns the valuekQ3ObjectTypeInvalid.