Identifies if the connector is physically connected to a connector on another element.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsConnected { get; }
Property Value
BooleanExceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | Thrown when the connector's type is LogicalConn. |
