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