Click or drag to resize

GM_VectorExportFlags_t32 Enumeration

Flags for vector (i.e. DXF, Shapefile) export

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public enum GM_VectorExportFlags_t32
Members
  Member nameValueDescription
VectorExportFlags_GenPRJFile1Generate a projection (PRJ) file
VectorExportFlags_HideProgress2Don't show export progress
VectorExportFlags_ExportAreas4Export area features
VectorExportFlags_ExportLines8Export line features
VectorExportFlags_ExportPoints16Export point/text features
VectorExportFlags_ExportAttrs32Export feature attributes (when applicable)
VectorExportFlags_Export3D64Export 3D features if applicable
VectorExportFlags_NoHeaderRow128(Export CSV only) Don't include a header row
VectorExportFlags_IncludeLatLonCols256(Export CSV only) Include latitude and longitude columns
VectorExportFlags_NoLatLonFormatting512(Export CSV only) Export lat/lon columns as raw numbers (i.e. no breaking into DD MM SS, etc.)
VectorExportFlags_ExportAll28
See Also