Remove connection between two connectors.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public void DisconnectFrom( Connector connector )
Parameters
- connector Connector
- Indicate the connector, connection will be removed from.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when argument is nullptr. |
ArgumentException | Argument is invalid. |
InvalidOperationException | Thrown when no connection between these two connector. Thrown on failure to remove the connection between these two connectors. |