IsConnectedTo Method


Connector Is Connected To Method

Identifies if the connector is connected to the specified connector.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool IsConnectedTo(
	Connector connector
)

Parameters

connector Connector

Return Value

Boolean
Exceptions
Exception Condition
ArgumentNullException Thrown when the argument is .
See Also