Click or drag to resize
CMAPSetMapScale Method
Set the current map scale

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
All views in the map will be resized for the new map scale.
Syntax
public void SetMapScale(
	double d1
)

Parameters

d1
Type: SystemDouble
new map scale (must be > 0).
See Also