ElectricalSystem.RemoveFromCircuit
Description:
remove a set of exist components from the Electrical System.
remove a set of exist components from the Electrical System.
Remarks:
If successful, all the components will remove from the system. Otherwise .a null reference (Nothing in Visual Basic) is removed. This method will only function with the Autodesk Revit MEP application.
If successful, all the components will remove from the system. Otherwise .a null reference (Nothing in Visual Basic) is removed. This method will only function with the Autodesk Revit MEP application.
public void RemoveFromCircuit(
ElementSet components
)
-
componentsThe components removed from the electrical system.
-
Thrown when the components parameter Value isnullNothingnullptra null reference (Nothingin Visual Basic).
-
Thrown when the components cannot be removed from the system.