RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Connector

Connector.Radius

Property
Description:
The radius of the connector.
Remarks:
In order to set this property, it must be mapped to a writable instance parameter in the family definition.
Syntax
public virtual double Radius { get; set; }
Exceptions
Exception Condition
InvalidOperationException Thrown when the connector's shape is not round.
ArgumentException Thrown when the argument is invalid.
InvalidOperationException Thrown on failure to set radius.