ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MapTool Class / StartSketchAsync Method / StartSketchAsync(EditingTemplate) Method
The template to use for the new sketch.

StartSketchAsync(EditingTemplate) Method
Start a new sketch using the given template.
Syntax
protected Task StartSketchAsync( 
   EditingTemplate template
)

Parameters

template
The template to use for the new sketch.

Return Value

A Task representing a start sketch operation.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

ArcGIS Pro version: 2.0 or higher.
See Also