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

In This Topic
    Viewpoint Property (Camera)
    In This Topic
    Gets or sets the Viewpoint of the Camera. This property applies to both 2D and 3D views.
    Syntax
    public CameraViewpoint Viewpoint {get; set;}
    Public Property Viewpoint As CameraViewpoint
    Remarks
    You can use a Camera to define either the coordinate that you are looking from (the observer) or the position that you are looking at (the target). If you set the Viewpoint to be LookFrom, the Camera viewing location will be the coordinate of the observer. If you set the Viewpoint to be LookAt, the Camera viewing location will be the coordinate of the target.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also