1 Managing Sets

1 Q3Set_Contains

You can use the Q3Set_Contains function to determine whether a set contains an element of a particular type.

TQ3Boolean Q3Set_Contains (
TQ3SetObject set, 
TQ3ElementType type);
set A set object.
type An element type.

DESCRIPTION


The Q3Set_Contains function returns, as its function result, a Boolean value that indicates whether the set specified by the set parameter contains (kQ3True) or does not contain (kQ3False) an element of the type specified by the type parameter.

DESCRIPTION

3D Graphics Programming with QuickDraw 3D - 14 OCT 1995

© Apple Computer, Inc.

Let us know what you think of these prototype pages.

Generated with Harlequin WebMaker