Removes connectors from system.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void Remove(
ConnectorSet connectors
)
Parameters
- connectors ConnectorSet
- The connectors to be removed from the system.
Exceptions
| Exception | Condition |
|---|
| ArgumentNullException |
Thrown when the input argument elements is null, or any element in that collection is null.
|
| 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
Reference