ArcGIS Pro 2.9 API Reference Guide
SetCurrentSketchAsync Method (MapTool)

ArcGIS.Desktop.Mapping Namespace > MapTool Class : SetCurrentSketchAsync Method
The geometry of the sketch.
Sets the current geometry of the sketch without finishing it.
Syntax
protected Task SetCurrentSketchAsync( 
   Geometry geometry
)
Protected Function SetCurrentSketchAsync( _
   ByVal geometry As Geometry _
) As Task

Parameters

geometry
The geometry of the sketch.

Return Value

A Task representing a set sketch operation.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

MapTool Class
MapTool Members