Click or drag to resize

GM_ExportExportWebFormat Method

Exports one or more layers to a files to a web format for display in a web broswer or other web-based tool.

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static GM_Error_t32 ExportWebFormat(
	string aFilename,
	GM_WebExportFormat_t32 aWebFormat,
	GM_LayerList_t aLayerList,
	GM_Rectangle_t aWorldBounds,
	GM_WebFormatExportOpts_t aExportOpts,
	string aExtraFlags
)

Parameters

aFilename
Type: SystemString
Name of new file to create
aWebFormat
Type: GlobalMapperGM_WebExportFormat_t32
Format to export
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
aExportOpts
Type: GlobalMapperGM_WebFormatExportOpts_t
Export options
aExtraFlags
Type: SystemString
Additional text-based flags for some formats (use NULL for defaults)

Return Value

Type: GM_Error_t32
A GM Error Code
See Also