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
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
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.
Syntax
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
See Also