ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / Camera Class / Z Property

In This Topic
    Z Property (Camera)
    In This Topic
    Gets or sets the Z position of the Camera, in the units of the camera's spatial reference. This property applies to 3D views only.
    Syntax
    public double Z {get; set;}
    Public Property Z As Double
    Remarks
    X, Y, Z, and SpatialReference are used to describe the viewing location. Z defines the z coordinate of the camera location.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also