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:
GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax 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
)
Public Shared Function ExportWebFormat (
aFilename As String,
aWebFormat As GM_WebExportFormat_t32,
aLayerList As GM_LayerList_t,
aWorldBounds As GM_Rectangle_t,
aExportOpts As GM_WebFormatExportOpts_t,
aExtraFlags As String
) As GM_Error_t32
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: GlobalMapper.TypesGM_WebExportFormat_t32
Format to export - 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 - aExportOpts
- Type: GlobalMapper.TypesGM_WebFormatExportOpts_t
Export options - aExtraFlags
- Type: SystemString
Additional text-based flags for some formats (use NULL for defaults)
Return Value
Type:
GM_Error_t32A GM Error Code
See Also