MEPSystem.Remove(ConnectorSet) Method

MEPSystemRemove(ConnectorSet) Method

Removes connectors from system.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public void Remove(
	ConnectorSet connectors
)
Public Sub Remove ( 
	connectors As ConnectorSet
)
public:
void Remove(
	ConnectorSet^ connectors
)
member Remove : 
        connectors : ConnectorSet -> unit 

Parameters

connectors  ConnectorSet
The connectors to be removed from the system.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when the input argument elements is , or any element in that collection is .
ArgumentException Thrown when some of the connectors can't be removed, or when trying to remove all connectors from the system.
InvalidOperationException Thrown when the operation failed.
See Also