ElectricalSystemDisconnectPanel Method |
Disconnect the panel for the Electrical System.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void DisconnectPanel()
Public Sub DisconnectPanel
public:
void DisconnectPanel()
member DisconnectPanel : unit -> unit
Exceptions
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