ArcGIS Pro 2.6 API Reference Guide
GetExploratoryAnalysisCollection Method

ArcGIS.Desktop.Mapping Namespace > MapView Class : GetExploratoryAnalysisCollection Method
Get a list of the Exploratory Analysis objects that exist for this MapView. You can check each object's type to identify which subclass it is.
Syntax
public IReadOnlyCollection<ExploratoryAnalysis> GetExploratoryAnalysisCollection()
Public Function GetExploratoryAnalysisCollection() As IReadOnlyCollection(Of ExploratoryAnalysis)

Return Value

List of current ExploratoryAnalysisBase objects in the MapView
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

MapView Class
MapView Members