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

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

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also