ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MapTool Class / GetCurrentSketchAsync Method
Version

    GetCurrentSketchAsync Method (MapTool)
    Gets the current geometry of the sketch without finishing it.
    Syntax
    protected Task<Geometry> GetCurrentSketchAsync()

    Return Value

    A Task representing the geometry of the sketch.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also