Revit 2026 API
Connector |
The radius of the connector.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public virtual double Radius { get; }
Public Overridable ReadOnly Property Radius As Double Get
public: virtual property double Radius { double get (); }
abstract Radius : float with get override Radius : float with get
Property Value
DoubleImplements
IConnectorRadius-1 if the connector is not round.
See Also