Global Mapper SDK
| GM_Export .ExportVectorList 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)
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:
System
.
String
Name of new file to create - aFormat
-
Type:
GlobalMapper
.
GM_VectorExportFormat_t32
Format to export - aLayerList
-
Type:
GlobalMapper
.
GM_LayerList_t
List of layers to export or NULL for all - aWorldBounds
-
Type:
GlobalMapper
.
GM_Rectangle_t
World bounds to export or NULL for all - aFlags
-
Type:
GlobalMapper
.
GM_VectorExportFlags_t32
Export flags - aFormatOptions
-
Type:
System
.
Object
Format-specific options (NULL for defaults) appropriate formats listed in the description of specific values of *GM_VectorExportFormat_t32* - aExtraFlags
-
Type:
System
.
String
Additional text-based flags for some formats (use NULL for defaults) - aReserved
-
Type:
System
.
IntPtr
Reserved for future use, must be NULL
Return Value
Type: GM_Error_t32A GM Error Code
Comments
0 comments
Please sign in to leave a comment.