Identifies if the connector is connected to the specified connector.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsConnectedTo( Connector connector )
Parameters
- connector Connector
Return Value
BooleanExceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown when the argument is null. |
