<Code Lib>
2025 Method
Changes 0
M

ElectricalSystem.RemoveFromCircuit

Description:
remove a set of exist components from the Electrical System.
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.

public void RemoveFromCircuit(
	ElementSet components
)

  • components
    The components removed from the electrical system.

Loading…