ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Geometry Namespace / EllipticArcBuilderEx Class / SetRadius(Double) Method
The radius of the arc.

In This Topic
    SetRadius(Double) Method
    In This Topic
    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

    ArcGIS Pro version: 3 or higher.
    See Also