Click or drag to resize

GM_ExportExportPackage Method

Exports one or more layers to a new package file (not implemented on WinCE)

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static GM_Error_t32 ExportPackage(
	string aFilename,
	GM_LayerList_t aLayerList,
	GM_Rectangle_t aWorldBounds,
	double aSimpThreshold,
	GM_PackageExportFlags_t32 aFlags
)

Parameters

aFilename
Type: SystemString
Name of new file to create
aLayerList
Type: GlobalMapperGM_LayerList_t
List of layers to export or NULL for all
aWorldBounds
Type: GlobalMapperGM_Rectangle_t
(const GM_Rectangle_t*) World bounds to export or NULL for all
aSimpThreshold
Type: SystemDouble
Simplification threshold, use 0.0 for no simplification
aFlags
Type: GlobalMapperGM_PackageExportFlags_t32
Export flags

Return Value

Type: GM_Error_t32
A GM Error Code
See Also