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

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

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

Parameters

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