ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Parcels Namespace / ParcelUtilities Class / CalculateRadiusFromChordLengthCentralAngle Method
The arc chord length. Specify a negative value for a major arc.
The central angle. Value is in decimal degrees.

In This Topic
    CalculateRadiusFromChordLengthCentralAngle Method
    In This Topic
    Calculates the radius for an arc from a chord length and central angle.
    Syntax
    Public Function CalculateRadiusFromChordLengthCentralAngle( _
       ByVal chordLength As Double, _
       ByVal centralAngle As Double _
    ) As Double
    public double CalculateRadiusFromChordLengthCentralAngle( 
       double chordLength,
       double centralAngle
    )

    Parameters

    chordLength
    The arc chord length. Specify a negative value for a major arc.
    centralAngle
    The central angle. Value is in decimal degrees.

    Return Value

    The calculated arc radius.
    Requirements

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

    ArcGIS Pro version: 3.7 or higher.
    See Also