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

In This Topic
    StartSketchAsync(EditingTemplate) Method
    In This Topic
    Start a new sketch using the given template.
    Syntax
    protected Task StartSketchAsync( 
       EditingTemplate template
    )
    Protected Overloads Function StartSketchAsync( _
       ByVal template As EditingTemplate _
    ) As Task

    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

    ArcGIS Pro version: 3 or higher.
    See Also