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

In This Topic
    ViewDome Class
    In This Topic
    View domes are used to conduct visibility analysis as a sphere extending out from an observer point. A sphere is created representing the visiblity extent. The sphere is painted to represent that parts of the sphere that are visible to the observer or obstructed.

    View domes can be used to model real-world objects such as a viewing platform or a radar station.

    Object Model
    ViewDome ClassCamera ClassMapView Class
    Syntax
    public class ViewDome : ExploratoryAnalysis 
    Public Class ViewDome 
       Inherits ExploratoryAnalysis
    Inheritance Hierarchy

    System.Object
       ArcGIS.Desktop.Mapping.ExploratoryAnalysis
          ArcGIS.Desktop.Mapping.ViewDome

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also