ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Editing.COGO Namespace / COGOLine Class / DeflectionAngle Property

In This Topic
    DeflectionAngle Property
    In This Topic
    Gets the deflection angle of the COGO line if it's defined with one.
    Syntax
    Public ReadOnly Property DeflectionAngle As Nullable(Of Double)
    public Nullable<double> DeflectionAngle {get;}
    Remarks
    The deflection angle is in decimal degrees and is not based off a backsight.
    Requirements

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

    ArcGIS Pro version: 3.7 or higher.
    See Also