RVTDocs.com
Namespace: Autodesk.Revit.DB Class: MEPSystem

MEPSystem.Remove(ConnectorSet)

Method
Description:
Removes connectors from system.
Syntax
public void Remove(
	ConnectorSet connectors
)
Parameters
Parameter Type Description
connectors ConnectorSet The connectors to be removed from the system.
Return Value
Exceptions
Exception Condition
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.