remove a set of exist components from the Electrical System.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void RemoveFromCircuit(
ElementSet components
)
Parameters
- components ElementSet
- The components removed from the electrical system.
Exceptions
Remarks
If successful, all the components will remove from the system. Otherwise
null is removed.
This method will only function with the Autodesk Revit MEP application.
See Also
Reference