ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Editing.COGO Namespace / Traverse Class / DirectionOffset Property

In This Topic
    DirectionOffset Property
    In This Topic
    Gets the angle in decimal degrees to be used in ground to grid calculations for the traverse.
    Syntax
    Public ReadOnly Property DirectionOffset As Double
    public double DirectionOffset {get;}

    Property Value

    The DirectionOffset of the GroundToGridCorrection if UseGroundToGridCorrections is true, GroundToGridCorrection is non null and UsingDirectionOffset of the GroundToGridCorrection is true, otherwise DefaultDirectionOffset.
    Requirements

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

    ArcGIS Pro version: 3.7 or higher.
    See Also