GM_ExportExportVectorList Method |
Exports one or more layers to a new vector 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 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
)
Public Shared Function ExportVectorList (
aFilename As String,
aFormat As GM_VectorExportFormat_t32,
aLayerList As GM_LayerList_t,
aWorldBounds As GM_Rectangle_t,
aFlags As GM_VectorExportFlags_t32,
aFormatOptions As Object,
aExtraFlags As String,
aReserved As IntPtr
) As GM_Error_t32
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: GlobalMapper.TypesGM_VectorExportFormat_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
World bounds to export or NULL for all - aFlags
- Type: GlobalMapper.TypesGM_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_t32A GM Error Code
See Also