Revit 2026 API
Wire |
Insert the specified conduit type into the set.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public virtual bool Insert( WireConduitType item )
Public Overridable Function Insert ( item As WireConduitType ) As Boolean
public: virtual bool Insert( WireConduitType^ item )
abstract Insert : item : WireConduitType -> bool override Insert : item : WireConduitType -> bool
Parameters
- item WireConduitType
- The conduit type to be inserted into the set.
Return Value
BooleanReturns whether the conduit type was inserted into the set.
See Also