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

In This Topic
    ShowUncommittedSketchDialog Property
    In This Topic
    Gets or sets whether the uncommitted sketch dialog is shown. Default is false.
    Syntax
    protected bool ShowUncommittedSketchDialog {get; set;}
    Protected Property ShowUncommittedSketchDialog As Boolean
    Remarks
    The uncommitted sketch dialog is shown for many editing tools in the UI when the tool is deactivated with an uncommitted sketch in the map. Custom MapTools will not show this dialog by default and the sketch will be discarded when the tool is deactivated.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also