ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MapView Class / RemoveExploratoryAnalysisAsync Method
A subclass of ExploratoryAnalysisBase to remove from this view.

In This Topic
    RemoveExploratoryAnalysisAsync Method
    In This Topic
    Removes the provided ExploratoryAnalysisBase instance from the MapView. It will no longer be tracked or drawn in the view. The parameter provided should be destroyed after it has been removed to avoid errors or confusion.
    Syntax
    public Task RemoveExploratoryAnalysisAsync( 
       ExploratoryAnalysis item
    )
    Public Function RemoveExploratoryAnalysisAsync( _
       ByVal item As ExploratoryAnalysis _
    ) As Task

    Parameters

    item
    A subclass of ExploratoryAnalysisBase to remove from this view.

    Return Value

    A task that can be queried to know when the Exploratory Analysis object has been removed from the MapView.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also