Click or drag to resize

GM_ExportExportVectorList Method

Exports one or more layers to a new vector file (not implemented on WinCE)

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static GM_Error_t32 ExportVectorList(
	string aFilename,
	GM_VectorExportFormat_t32 aFormat,
	GM_LayerList_t aLayerList,
	GM_Rectangle_t aWorldBounds,
	GM_VectorExportFlags_t32 aFlags,
	Object aFormatOptions,
	string aExtraFlags,
	IntPtr aReserved
)

Parameters

aFilename
Type: SystemString
Name of new file to create
aFormat
Type: GlobalMapperGM_VectorExportFormat_t32
Format to export
aLayerList
Type: GlobalMapperGM_LayerList_t
List of layers to export or NULL for all
aWorldBounds
Type: GlobalMapperGM_Rectangle_t
World bounds to export or NULL for all
aFlags
Type: GlobalMapperGM_VectorExportFlags_t32
Export flags
aFormatOptions
Type: SystemObject
Format-specific options (NULL for defaults) appropriate formats listed in the description of specific values of *GM_VectorExportFormat_t32*
aExtraFlags
Type: SystemString
Additional text-based flags for some formats (use NULL for defaults)
aReserved
Type: SystemIntPtr
Reserved for future use, must be NULL

Return Value

Type: GM_Error_t32
A GM Error Code
See Also