Share

Connector.IsConnectedTo Method

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

Boolean

Exceptions

ExceptionCondition
ArgumentNullException Thrown when the argument is null.

See Also

Reference

Was this information helpful?