ElectricalSystemRemoveFromCircuit Method |
remove a set of exist components from the Electrical System.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void RemoveFromCircuit(
ElementSet components
)
Public Sub RemoveFromCircuit (
components As ElementSet
)
public:
void RemoveFromCircuit(
ElementSet^ components
)
member RemoveFromCircuit :
components : ElementSet -> unit
Parameters
- components ElementSet
- The components removed from the electrical system.
Exceptions
RemarksIf successful, all the components will remove from the system. Otherwise is removed.
This method will only function with the Autodesk Revit MEP application.
See Also