ArcGIS Pro 2.6 API Reference Guide
ViewportWidth Property (Camera)

ArcGIS.Desktop.Mapping Namespace > Camera Class : ViewportWidth Property
The width of the viewport (in meters), required for consistent isometric camera positioning.
Syntax
public double ViewportWidth {get; set;}
Public Property ViewportWidth As Double
Remarks
ViewportHeight and ViewportWidth are used to define the view extent when Isometric Drawing Mode is enabled. In Perspective mode the width and height are naturally defined by the camera’s field of view, but in Isometric mode the light rays are parallel so additional information is required. If these parameters are set to less than or equal to 0, a width and height will be estimated based on the camera’s distance from the surface, which may lead to inconsistent isometric view extents in bookmarks, animations, and exported views.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

Camera Class
Camera Members