| Revit 2023 API | 
| PanelTypeSet..::..Contains Method | 
| PanelTypeSet Class See Also | 
Tests for the existence of a panel type within the set.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
 Syntax
Syntax
| C# | 
|---|
| public virtual bool Contains( PanelType item ) | 
| Visual Basic | 
|---|
| Public Overridable Function Contains ( _ item As PanelType _ ) As Boolean | 
| Visual C++ | 
|---|
| public: virtual bool Contains( PanelType^ item ) | 
Parameters
- item
- Type: Autodesk.Revit.DB..::..PanelType
 The panel type to be searched for.