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