ArcGIS Pro 3.7 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 Function RemoveExploratoryAnalysisAsync( _
       ByVal item As ExploratoryAnalysis _
    ) As Task
    public Task RemoveExploratoryAnalysisAsync( 
       ExploratoryAnalysis item
    )

    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also