ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MapView Class / GetExploratoryAnalysisCollection Method

In This Topic
    GetExploratoryAnalysisCollection Method
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also