Click or drag to resize

CGISLoadMAP Method

Load GIS table drawing into a MVIEW.

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

public void LoadMAP(
	CMVIEW mview
)

Parameters

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