Revit 2019.1 API |
MEPSystem..::..Remove Method (ConnectorSet) |
MEPSystem Class See Also |
Removes connectors from system.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.1.0.0)
Syntax
C# |
---|
public void Remove( ConnectorSet connectors ) |
Visual Basic |
---|
Public Sub Remove ( _ connectors As ConnectorSet _ ) |
Visual C++ |
---|
public: void Remove( ConnectorSet^ connectors ) |
Parameters
- connectors
- Type: Autodesk.Revit.DB..::..ConnectorSet
The connectors to be removed from the system.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentNullException | Thrown when the input argument elements is nullNothingnullptra null reference (Nothing in Visual Basic), or any element in that collection is nullNothingnullptra null reference (Nothing in Visual Basic). |
Autodesk.Revit.Exceptions..::..ArgumentException | Thrown when some of the connectors can't be removed, or when trying to remove all connectors from the system. |
Autodesk.Revit.Exceptions..::..InvalidOperationException | Thrown when the operation failed. |