ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MapTool Class / ShowGroundToGridCorrections Property

In This Topic
    ShowGroundToGridCorrections Property
    In This Topic
    Gets or sets whether the ground to grid corrections heads-up display is shown when ground to grid is turned on in the UI. Default is false.
    Syntax
    protected bool ShowGroundToGridCorrections {get; set;}
    Protected Property ShowGroundToGridCorrections As Boolean
    Remarks
    The ground to grid heads-up display is shown for most COGO editing tools when the ground to grid corrections are turned on in the UI. Custom MapTools will not show this heads up display by default. Set this property to true for custom COGO tools that require the ground to grid correction settings.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also