ArcGIS Pro 2.6 API Reference Guide
ExploratoryAnalysis Class
Members 

ArcGIS.Desktop.Mapping Namespace : ExploratoryAnalysis Class
The abstract base class for all Exploratory Analysis types. Used to create a manage a common collection of all Exploratory Analysis objects
Object Model
ExploratoryAnalysis ClassMapView Class
Syntax
public abstract class ExploratoryAnalysis 
Public MustInherit Class ExploratoryAnalysis 
Remarks

3D Exploratory Analysis is a suite of interactive tools for performing various forms of quick investigation by interactively creating graphics and editing analysis parameters on-the-fly. Real-time visual feedback is provided in the scene.

A collection of existing Exploratory Analysis objects can be queried with MapView.GetExploratoryAnalysisCollection which returns a collection of ExploratoryAnalysisBase objects. You can cast each object to its appropriate subclass to work with it.

Inheritance Hierarchy

System.Object
   ArcGIS.Desktop.Mapping.ExploratoryAnalysis
      ArcGIS.Desktop.Mapping.LineOfSight
      ArcGIS.Desktop.Mapping.Slice
      ArcGIS.Desktop.Mapping.ViewDome
      ArcGIS.Desktop.Mapping.Viewshed

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ExploratoryAnalysis Members
ArcGIS.Desktop.Mapping Namespace