Add a set of exist components to the Electrical System.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool AddToCircuit(
ElementSet components
)
Parameters
- components ElementSet
- The components added to the electrical system.
Return Value
BooleanIf successful, all the components will add to the system. Otherwise
null is returned.
Remarks
This method will only function with the
Autodesk Revit MEP application.
See Also
Reference