Revit 2025.3 API
Electrical |
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
| 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