ArcGIS Pro 3.7 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 Sub SetRadius( _
       ByVal radius As Double _
    ) 
    public void SetRadius( 
       double radius
    )

    Parameters

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

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also