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

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

    Return Value

    The tangent direction in North Azimuth decimal degrees.
    Exceptions
    ExceptionDescription
    The tangent direction cannot be calculated.
    Remarks
    You should use CanCalculateTangentDirection prior to calculating the tangent 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