 | 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
Syntaxpublic static void ExportDatamineString(
CGXNETCore gxNetShared,
CMVIEW mview,
CLST lst,
string file
)
public static void ExportDatamineString(
CGXNETCore gxNetShared,
CMVIEW mview,
CLST lst,
string file
)
Public Shared Sub ExportDatamineString (
gxNetShared As CGXNETCore,
mview As CMVIEW,
lst As CLST,
file As String
)
Public Shared Sub ExportDatamineString (
gxNetShared As CGXNETCore,
mview As CMVIEW,
lst As CLST,
file As String
)
public:
static void ExportDatamineString(
CGXNETCore^ gxNetShared,
CMVIEW^ mview,
CLST^ lst,
String^ file
)
public:
static void ExportDatamineString(
CGXNETCore^ gxNetShared,
CMVIEW^ mview,
CLST^ lst,
String^ file
)
static member ExportDatamineString :
gxNetShared : CGXNETCore *
mview : CMVIEW *
lst : CLST *
file : string -> unit
static member ExportDatamineString :
gxNetShared : CGXNETCore *
mview : CMVIEW *
lst : CLST *
file : string -> unit
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