Click or drag to resize

CGISLoadMAP Method

Load GIS table drawing into a MVIEW.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void LoadMAP(
	CMVIEW mview
)

public void LoadMAP(
	CMVIEW mview
)

Parameters

mview
Type: GeoEngine.Core.GXNetCMVIEW
View in which to place GIS drawing.
Remarks
The GIS drawing will be drawin in the current group.
See Also