 | 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
Syntaxpublic double rGetMapScale()
public double rGetMapScale()
Public Function rGetMapScale As Double
Public Function rGetMapScale As Double
public:
double rGetMapScale()
public:
double rGetMapScale()
member rGetMapScale : unit -> float
member rGetMapScale : unit -> float
Return Value
Type:
DoubleThe 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