ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Layouts Namespace / LayoutExtensions Class / ClearSketchAsync(LayoutView) Method
The layout view.

In This Topic
    ClearSketchAsync(LayoutView) Method
    In This Topic
    Clears the current sketch in the view.
    Syntax
    public static Task ClearSketchAsync( 
       LayoutView layoutView
    )
    Public Shared Function ClearSketchAsync( _
       ByVal layoutView As LayoutView _
    ) As Task

    Parameters

    layoutView
    The layout view.

    Return Value

    A Task representing a clear sketch operation.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also