ArcGIS Pro 2.6 API Reference Guide
Viewpoint Property (Camera)

ArcGIS.Desktop.Mapping Namespace > Camera Class : Viewpoint Property
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 10, Windows 8.1, Windows 7

See Also

Reference

Camera Class
Camera Members