 | 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
Syntaxpublic void SetMapScale(
double scale
)
public void SetMapScale(
double scale
)
Public Sub SetMapScale (
scale As Double
)
Public Sub SetMapScale (
scale As Double
)
public:
void SetMapScale(
double scale
)
public:
void SetMapScale(
double scale
)
member SetMapScale :
scale : float -> unit
member SetMapScale :
scale : float -> unit
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