Q3AttributeSet_Contains
You can use theQ3AttributeSet_Containsfunction to determine whether an attribute set contains an attribute of a specific type.
TQ3Boolean Q3AttributeSet_Contains ( TQ3AttributeSet attributeSet, TQ3AttributeType attributeType);
attributeSet- An attribute set.
attributeType- An attribute type.
DESCRIPTION
TheQ3AttributeSet_Containsfunction returns, as its function result, a Boolean value that indicates whether the attribute set specified by theattributeSetparameter contains (kQ3True) or does not contain (kQ3False) an attribute of the type specified by theattributeTypeparameter.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help