Global Mapper SDK
| GM_Export .ExportRasterEx Method |
Exports one or more layers to a new raster 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 ExportRasterEx ( string aFilename , GM_RasterExportFormat_t32 aFormat , GM_LayerList_t aLayerList , GM_Rectangle_t aWorldBounds , int aPixelWidth , int aPixelHeight , GM_RasterExportFlags_t32 aFlags , string aExtraFlags )
Parameters
- aFilename
-
Type:
System
.
String
Name of new file to create - aFormat
-
Type:
GlobalMapper
.
GM_RasterExportFormat_t32
Format to export - 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 - aPixelWidth
-
Type:
System
.
Int32
Width in pixels of new image - aPixelHeight
-
Type:
System
.
Int32
Height in pixels of new image - aFlags
-
Type:
GlobalMapper
.
GM_RasterExportFlags_t32
Export flags - aExtraFlags
-
Type:
System
.
String
Additional text-based flags for some formats (use empty string for defaults)
Return Value
Type: GM_Error_t32A GM Error Code
Comments
0 comments
Please sign in to leave a comment.