GM_ExportExportPackage 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)
Syntax public static GM_Error_t32 ExportPackage(
string aFilename,
GM_LayerList_t aLayerList,
GM_Rectangle_t aWorldBounds,
double aSimpThreshold,
GM_PackageExportFlags_t32 aFlags
)
Public Shared Function ExportPackage (
aFilename As String,
aLayerList As GM_LayerList_t,
aWorldBounds As GM_Rectangle_t,
aSimpThreshold As Double,
aFlags As GM_PackageExportFlags_t32
) As GM_Error_t32
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: GlobalMapper.TypesGM_LayerList_t
List of layers to export or NULL for all - aWorldBounds
- Type: GlobalMapper.TypesGM_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: GlobalMapper.TypesGM_PackageExportFlags_t32
Export flags
Return Value
Type:
GM_Error_t32A GM Error Code
See Also