ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Parcels Namespace / ParcelUtilities Class / CalculateChordDirectionFromTangentDirectionChordLengthRadius Method
The tangent 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
    CalculateChordDirectionFromTangentDirectionChordLengthRadius Method
    In This Topic
    Calculates the chord direction for an arc from a tangent direction, chord length and radius.
    Syntax
    Public Function CalculateChordDirectionFromTangentDirectionChordLengthRadius( _
       ByVal tangentDirection As Double, _
       ByVal chordLength As Double, _
       ByVal radius As Double _
    ) As Double
    public double CalculateChordDirectionFromTangentDirectionChordLengthRadius( 
       double tangentDirection,
       double chordLength,
       double radius
    )

    Parameters

    tangentDirection
    The tangent 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 chord 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