ScalingRatio Property
ScalingRatio property returns or sets the proportional XY scaling as long as the ScalingRatio is greater than zero and the ratio will not result in a map larger than the PlotSize.
Syntax
object.ScalingRatio
object.ScalingRatio = ScalingRatio
Parameter |
Type |
Default |
Description |
ScalingRatio |
Double |
|
The proportional XY scaling ratio |
Example
This example demonstrates how to set the proportional XY scaling ratio to 90000.
MapFrame.ScalingRatio. = 90000
Used by: MapFrame object