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

    ClearSketchAsync(LayoutView) Method
    Clears the current sketch in the view.
    Syntax
    public static Task ClearSketchAsync( 
       LayoutView layoutView
    )

    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