GM_ExportExportVector 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 ExportVector(
string aFilename,
GM_VectorExportFormat_t32 aFormat,
GM_Layer_t aLayer,
GM_Rectangle_t aWorldBounds,
GM_VectorExportFlags_t32 aFlags,
Object aFormatOptions,
string aExtraFlags = ""
)
Public Shared Function ExportVector (
aFilename As String,
aFormat As GM_VectorExportFormat_t32,
aLayer As GM_Layer_t,
aWorldBounds As GM_Rectangle_t,
aFlags As GM_VectorExportFlags_t32,
aFormatOptions As Object,
Optional aExtraFlags As String = ""
) As GM_Error_t32
public:
static GM_Error_t32 ExportVector(
String^ aFilename,
GM_VectorExportFormat_t32 aFormat,
GM_Layer_t^ aLayer,
GM_Rectangle_t^ aWorldBounds,
GM_VectorExportFlags_t32 aFlags,
Object^ aFormatOptions,
String^ aExtraFlags = L""
)
Parameters
- aFilename
- Type: SystemString
Name of new file to create - aFormat
- Type: GlobalMapper.TypesGM_VectorExportFormat_t32
Format to export - aLayer
- Type: GlobalMapper.TypesGM_Layer_t
Layer 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) - aExtraFlags (Optional)
- Type: SystemString
Additional text-based flags for some formats (use NULL for defaults)
Return Value
Type:
GM_Error_t32A GM Error Code
See Also