PropertyTableEntryRadius Property |
The radius for arc type curve
The radius value must be greater than half the length of the line segment.
The larger the radius, the larger the circle becomes, resulting in a flatter arc.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic double Radius { get; }Public ReadOnly Property Radius As Double
Get
public:
property double Radius {
double get ();
}member Radius : float with get
Property Value
Double
See Also