Click or drag to resize

CMAPTEMPLATECreateMap Method

Create a map from the map template

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void CreateMap(
	string map,
	string group
)

public void CreateMap(
	string map,
	string group
)

Parameters

map
Type: SystemString
New map file name (if it exists it will be overwritten)
group
Type: SystemString
Group name to use for settings
See Also