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

GroupSet.Contains

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