ArcGIS Pro 3.7 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 Overloads Function StartSketchAsync( _
       ByVal template As EditingTemplate _
    ) As Task
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also