Click or drag to resize

CMAPCopyMapToView Method

Copy entire map into one view in output map.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void CopyMapToView(
	string dest_map,
	string dest_view
)

public void CopyMapToView(
	string dest_map,
	string dest_view
)

Parameters

dest_map
Type: SystemString
Destination MAP name
dest_view
Type: SystemString
Name of View
See Also