Share

ElectricalSystem.DisconnectPanel Method

Disconnect the panel for the Electrical System.


Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public void DisconnectPanel()

Exceptions

ExceptionCondition
InvalidOperationException Thrown when the panel cannot be disconnected for the electrical system.

Remarks

If successful, the system will disconnect this panel. Otherwise the exception will be thrown. This method will only function with the Autodesk Revit MEP application.

See Also

Reference

Was this information helpful?