ArcGIS Pro 2.9 API Reference Guide
SetRadius(Double) Method

ArcGIS.Core.Geometry Namespace > EllipticArcBuilderEx Class : SetRadius(Double) Method
The radius of the arc.
Sets the radius of a circular arc. If the arc is not circular, sets both the semi-major and semi-minor axes to the same value.
Syntax
public void SetRadius( 
   double radius
)
Public Sub SetRadius( _
   ByVal radius As Double _
) 

Parameters

radius
The radius of the arc.
Exceptions
ExceptionDescription
radius is NaN.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

EllipticArcBuilderEx Class
EllipticArcBuilderEx Members