ConnectorElementRadius Property |
The radius of the connector.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic 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
Remarks-1 if the connector is not round.
See Also