ArcGIS Pro 2.6 API Reference Guide
Scale Property (Camera)

ArcGIS.Desktop.Mapping Namespace > Camera Class : Scale Property
Gets or sets the Scale of the Camera, as a ratio of distance on the map to reality. This property applies to 2D views only.
Syntax
public double Scale {get; set;}
Public Property Scale As Double
Remarks
The Scale property defines the ratio of distance on the map to the corresponding distance on the ground in 2D views. The Scale property value is expressed as a double representing the value on the right side of the ratio. For example a value of 1000 is equal to a scale of 1:1000.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

Camera Class
Camera Members