ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MapView Class / AddExploratoryAnalysisAsync Method
A subclass of ExploratoryAnalysisBase to add to this view.

In This Topic
    AddExploratoryAnalysisAsync Method
    In This Topic
    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 AddExploratoryAnalysisAsync( 
       ExploratoryAnalysis item
    )
    Public Function AddExploratoryAnalysisAsync( _
       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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also