Click or drag to resize

CMAPSetMapScale Method

Set the current map scale

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetMapScale(
	double scale
)

public void SetMapScale(
	double scale
)

Parameters

scale
Type: SystemDouble
New map scale (must be > 0).
Remarks
All views in the map will be resized for the new map scale.
See Also