Revit 2025.3 API
Wire |
Tests for the existence of a wire size within the set.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public virtual bool Contains( WireSize item )
Public Overridable Function Contains ( item As WireSize ) As Boolean
public: virtual bool Contains( WireSize^ item )
abstract Contains : item : WireSize -> bool override Contains : item : WireSize -> bool
Parameters
- item WireSize
- The wire size to be searched for.
Return Value
BooleanThe Contains method returns True if the wire size is within the set, otherwise False.
See Also