Click or drag to resize

GM_ExportOptsSimpleText_t Structure

This type is used to describe custom export options for Simple Text vector exports

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public struct GM_ExportOptsSimpleText_t

The GM_ExportOptsSimpleText_t type exposes the following members.

Properties
  NameDescription
Public propertymAddStyleAttrs
Include style attributes if attributes are included
Public propertymYCoordFirst
Export Y/latitude/northing before X/longitude/easting
Top
Fields
  NameDescription
Public fieldmCoordSep
Coordinate separator (use NULL for default of comma)
Public fieldmFeatureSep
Feature separator (use NULL for default of blank line)
Public fieldmReserved1
Reserved (for padding), must be 0
Public fieldmReserved2
Reserved (for padding), must be 0
Top
See Also