ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MapTool Class / SetCurrentSketchAsync Method
The geometry of the sketch.

In This Topic
    SetCurrentSketchAsync Method (MapTool)
    In This Topic
    Sets the current geometry of the sketch without finishing it.
    Syntax
    Protected Function SetCurrentSketchAsync( _
       ByVal geometry As Geometry _
    ) As Task
    protected Task SetCurrentSketchAsync( 
       Geometry geometry
    )

    Parameters

    geometry
    The geometry of the sketch.

    Return Value

    A Task representing a set sketch operation.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also