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

PanelTypeSet.Contains

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