1 Managing Sets
Q3Set_Clear
function to remove an element of a certain type from a set.
TQ3Status Q3Set_Clear (TQ3SetObject set, TQ3ElementType type);set
A set object.type
An element type.
Q3Set_Clear
function removes the element whose type is specified by the type
parameter from the set specified by the set
parameter.
If the specified element type is a custom element type, Q3Set_Clear
uses the custom type's kQ3MethodTypeElementDelete
custom method. See the chapter "QuickDraw 3D Objects" for complete information on custom element types.
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker