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

In This Topic
    X Property (Camera)
    In This Topic
    Gets or sets the X 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 X {get; set;}
    Public Property X As Double
    Remarks
    X, Y, Z, and SpatialReference are used to describe the viewing location. X defines the x coordinate of the camera location.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also