Public Function AddExploratoryAnalysisAsync( _ ByVal item As ExploratoryAnalysis _ ) As Task
public Task AddExploratoryAnalysisAsync( ExploratoryAnalysis item )
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.