Click or drag to resize

CMVUExportDatamineString Method

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

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

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

Parameters

mview
Type: GeoEngine.Core.GXNetCMVIEW
View
lst
Type: GeoEngine.Core.GXNetCLST
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