ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Parcels Namespace / ParcelUtilities Class / CalculateRadialDirectionFromChordDirectionChordLengthRadius Method
The chord direction. Value is in North azimuth decimal degrees.
The chord length of the arc. Specify a negative value for a major arc.
The arc radius. Specify a negative radius for a counter clockwise curve.

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

    Parameters

    chordDirection
    The chord direction. Value is in North azimuth decimal degrees.
    chordLength
    The chord length of the arc. Specify a negative value for a major arc.
    radius
    The arc radius. Specify a negative radius for a counter clockwise curve.

    Return Value

    The calculated radial direction in North azimuth decimal degrees.
    Requirements

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

    ArcGIS Pro version: 3.7 or higher.
    See Also