3 Determining Object Types
Q3Object_GetType
function to get the type of a core QuickDraw3D object.
TQ3ObjectType Q3Object_GetType (TQ3Object object);
object
A QuickDraw3D object.
Q3Object_GetType
function returns, as its function result, the type identifier of the QuickDraw3D object specified by the object
parameter. If successful, Q3Object_GetType
returns one of these constants:
kQ3ObjectTypeElement kQ3ObjectTypePick kQ3ObjectTypeShared kQ3ObjectTypeViewIf the type cannot be determined or is invalid,
Q3Object_GetType
returns the value kQ3ObjectTypeInvalid
.
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker