Revit 2018 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: 18.0.0.0 (18.2.0.13)
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.