ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ViewDome Class / ViewDome Constructor / ViewDome Constructor(Camera,Double,Double)
A Camera object used for position of the observer. Must be in the target map's ArcGIS.Core.Geometry.SpatialReference.
Defines a near distance limit in meters. Any scene content closer than this value is disregarded.
Defines a far distance limit and size of the view dome in meters. Any scene content far than this value is disregarded.

In This Topic
    ViewDome Constructor(Camera,Double,Double)
    In This Topic
    The default ViewDome constructor.
    Syntax
    Public Function New( _
       ByVal observer As Camera, _
       ByVal minimumDistance As Double, _
       ByVal maximumDistance As Double _
    )

    Parameters

    observer
    A Camera object used for position of the observer. Must be in the target map's ArcGIS.Core.Geometry.SpatialReference.
    minimumDistance
    Defines a near distance limit in meters. Any scene content closer than this value is disregarded.
    maximumDistance
    Defines a far distance limit and size of the view dome in meters. Any scene content far than this value is disregarded.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also