ArcGIS Pro 2.6 API Reference Guide
RemoveExploratoryAnalysis Method

ArcGIS.Desktop.Mapping Namespace > MapView Class : RemoveExploratoryAnalysis Method
A subclass of ExploratoryAnalysisBase to remove from this view.
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 RemoveExploratoryAnalysis( 
   ExploratoryAnalysis item
)
Public Function RemoveExploratoryAnalysis( _
   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 10, Windows 8.1, Windows 7

See Also

Reference

MapView Class
MapView Members