Click or drag to resize

CMAP.rGetMapScale Method

Get the current map scale

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

public double rGetMapScale()

Return Value

Type: Double
The current map scale
Remarks
If there is a "Data" view, the scale is derived from this view. If their is no data view, the scale is derived from the first view that is not scaled in mm. otherwise, the scale is 1000 (mm). All views must be closed, or open read-only.
See Also