Click or drag to resize

CGISLoadMAPEx Method

Load GIS table drawing into a MAP.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void LoadMAPEx(
	CMAP map,
	string view_name
)

public void LoadMAPEx(
	CMAP map,
	string view_name
)

Parameters

map
Type: GeoEngine.Core.GXNetCMAP
Map handle
view_name
Type: SystemString
Name of existing data view
Remarks
The GIS drawing will be drawin in the current group.
See Also