Click or drag to resize
CMVUExportDatamineString Method
Export selected map groups in a map view to a Datamine coordinate string file.

Available since Oasis montaj version: 6.3.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The lines, rectangles and polygons in the specified groups will be exported to a Datamine coordinate string (*.dm) file. The function attemps to duplicate the colours, etc. used. Complex polygon objects will be exported as independent single polygons.
Syntax
public static void ExportDatamineString(
	CMVIEW oMVIEW1,
	CLST oLST2,
	string str3
)

Parameters

oMVIEW1
Type: GeoEngine.Core.GXNetCMVIEW
View
oLST2
Type: GeoEngine.Core.GXNetCLST
LST with group names in the name part of the LST.
str3
Type: SystemString
Datamine string file (*.dm) to export to
See Also