ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ExploratoryAnalysis Class
Members

In This Topic
    ExploratoryAnalysis Class
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also