ArcGIS Pro 3.1 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / Camera Class / Camera Constructor / Camera Constructor(Double,Double,Double,Double,Double,SpatialReference,CameraViewpoint)
X position of the Camera.
Y position of the Camera.
Z position of the Camera.
Pitch of the Camera.
Heading of the Camera.
Spatial Reference of the Camera.
Viewpoint of the Camera.
Version

    Camera Constructor(Double,Double,Double,Double,Double,SpatialReference,CameraViewpoint)
    Initialize a new instance of a Camera using properties common for a 3D view.
    Syntax

    Parameters

    x
    X position of the Camera.
    y
    Y position of the Camera.
    z
    Z position of the Camera.
    pitch
    Pitch of the Camera.
    heading
    Heading of the Camera.
    spatialReference
    Spatial Reference of the Camera.
    viewpoint
    Viewpoint of the Camera.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.0 or higher.
    See Also