ArcGIS Pro 3.7 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 Function GetExploratoryAnalysisCollection() As IReadOnlyCollection(Of ExploratoryAnalysis)
    public IReadOnlyCollection<ExploratoryAnalysis> GetExploratoryAnalysisCollection()

    Return Value

    List of current ExploratoryAnalysisBase objects in the MapView
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also