ArcGIS Pro 2.6 API Reference Guide
SetRadius Method

ArcGIS.Core.Geometry Namespace > EllipticArcBuilder Class : SetRadius 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. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public void SetRadius( 
   double radius
)
Public Sub SetRadius( _
   ByVal radius As Double _
) 

Parameters

radius
The radius of the arc.
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

EllipticArcBuilder Class
EllipticArcBuilder Members