Click or drag to resize

CMVUExportDatamineString Method

Export selected map groups in a map view to a Datamine coordinate string file.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void ExportDatamineString(
	CGXNETCore gxNetShared,
	CMVIEW mview,
	CLST lst,
	string file
)

public static void ExportDatamineString(
	CGXNETCore gxNetShared,
	CMVIEW mview,
	CLST lst,
	string file
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
mview
Type: GeoEngine.Core.GXNetXCMVIEW
View
lst
Type: GeoEngine.Core.GXNetXCLST
LST with group names in the name part of the LST.
file
Type: SystemString
Datamine string file (*.dm) to export to
Remarks
The lines, rectangles and polygons in the specified groups will be exported to a Datamine coordinate string (*.dm) file. The function attempts to duplicate the colors, etc. used. Complex polygon objects will be exported as independent single polygons.
See Also