ElectricalSystem.AddToCircuit
Description:
Add a set of exist components to the Electrical System.
Add a set of exist components to the Electrical System.
Remarks:
This method will only function with the Autodesk Revit MEP application.
This method will only function with the Autodesk Revit MEP application.
public bool AddToCircuit(
ElementSet components
)
-
componentsThe components added to the electrical system.
Return Value
nullNothingnullptr
If successful, all the components will add to the system. Otherwise null Nothing nullptr a null reference ( Nothing in Visual Basic) is returned.