Global Mapper SDK
| GM_Export .ExportPackage Method |
Exports one or more layers to a new package file (not implemented on WinCE)
Namespace:GlobalMapper
Assembly: GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
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:
System
.
String
Name of new file to create - aLayerList
-
Type:
GlobalMapper
.
GM_LayerList_t
List of layers to export or NULL for all - aWorldBounds
-
Type:
GlobalMapper
.
GM_Rectangle_t
(const GM_Rectangle_t*) World bounds to export or NULL for all - aSimpThreshold
-
Type:
System
.
Double
Simplification threshold, use 0.0 for no simplification - aFlags
-
Type:
GlobalMapper
.
GM_PackageExportFlags_t32
Export flags
Return Value
Type: GM_Error_t32A GM Error Code
Comments
0 comments
Please sign in to leave a comment.