ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Editing.COGO Namespace / CircularArcDefinition Class / CalculateChordDirection Method

In This Topic
    CalculateChordDirection Method
    In This Topic
    Calculates the chord direction for the arc. The value is returned in North Azimuth decimal degrees.
    Syntax
    Public Function CalculateChordDirection() As Double
    public double CalculateChordDirection()

    Return Value

    The chord direction in North Azimuth decimal degrees.
    Exceptions
    ExceptionDescription
    The chord direction cannot be calculated.
    Remarks
    You should use CanCalculateChordDirection prior to calculating the chord direction to determine if the arc definition has the appropriate values.
    Requirements

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

    ArcGIS Pro version: 3.7 or higher.
    See Also