Revit 2026 API
Electrical |
Disconnect the panel for the Electrical System.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax

Exception | Condition |
---|---|
InvalidOperationException | Thrown when the panel cannot be disconnected for the electrical system. |

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