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

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

    Parameters

    radius
    The arc radius. Specify a negative radius for a counter clockwise curve.
    arcLength
    The arc length.

    Return Value

    The calculated chord length. The chord length will be returned as negative value indicating it is a major arc if appropriate.
    Requirements

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

    ArcGIS Pro version: 3.7 or higher.
    See Also