ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Parcels Namespace / ParcelUtilities Class / CalculateArcLengthFromRadiusChordLength Method
The arc radius. Specify a negative radius for a counter clockwise curve.
The chord length. Specify a negative value for a major arc.

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

    Parameters

    radius
    The arc radius. Specify a negative radius for a counter clockwise curve.
    chordLength
    The chord length. Specify a negative value for a major arc.

    Return Value

    The calculated arc length.
    Requirements

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

    ArcGIS Pro version: 3.7 or higher.
    See Also