ArcGIS Pro 2.6 API Reference Guide
AddExploratoryAnalysis Method

ArcGIS.Desktop.Mapping Namespace > MapView Class : AddExploratoryAnalysis Method
A subclass of ExploratoryAnalysisBase to add to this view.
An asynchronous function to add an ExploratoryAnalysisBase subclass instance to the MapView. Calling this method activates the Exploratory Analysis object and presents it on the view.
Syntax
public Task AddExploratoryAnalysis( 
   ExploratoryAnalysis item
)
Public Function AddExploratoryAnalysis( _
   ByVal item As ExploratoryAnalysis _
) As Task

Parameters

item
A subclass of ExploratoryAnalysisBase to add to this view.

Return Value

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

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

MapView Class
MapView Members