ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MapTool Class / FinishSketchAsync Method

In This Topic
    FinishSketchAsync Method (MapTool)
    In This Topic
    Finishes the current sketch in the active map view.
    Syntax
    Protected Function FinishSketchAsync() As Task(Of Boolean)
    protected Task<bool> FinishSketchAsync()

    Return Value

    A Task representing a finish sketch operation.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also