RVTDocs.com
Namespace: Autodesk.Revit.DB Class: CategorySet

CategorySet.Contains

Method
Description:
Tests for the existence of a category within the set.
Syntax
public virtual bool Contains(
	Category item
)
Parameters
Parameter Type Description
item Category The category to be searched for.
Return Value
Type Description
Boolean The Contains method returns True if the category is within the set, otherwise False.