Click or drag to resize

GM_ExportOptsDXFFlags_t32 Enumeration

Flags to control DWG/DWG exports

Namespace:  GlobalMapper.Types
Assemblies:   GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 23.0.0.0 (23.0.0.0)
  GlobalMapperWrapperNET35 (in GlobalMapperWrapperNET35.dll) Version: 23.0.0.0 (23.0.0.0)
Syntax
public enum GM_ExportOptsDXFFlags_t32
Members
  Member nameValueDescription
ExportDXF_UseLabelsForLayers1Use feature labels, if present, for layer names rather than feature types/descriptions
ExportDXF_UseZeroWidthLines2Export all lines as 0 width to prevent compatibility problems with some software
ExportDXF_TextSizeAbsolute4Is the mTenPointFontHeight really the absolute height in file unit to make all text?
ExportDXF_ExportElevLinesAs2D8Export lines with a single elevation (like contours) as 2D lines rather than 3D with a separate elevation for each vertex
ExportDXF_AllowLongLabels16Don't truncate labels at 31 characters
ExportDXF_ExportECEF32Export ECEF (Earth-Centered Earth Fixed) coordinates
ExportDXF_PreserveAttributes64Preserve all feature attributes
ExportDXF_UseLegacyExporter128Use the legacy DXF exporter from before Global Mapper (SDK) v22.0
ExportDXF_ExportProjection256Embed the current projection in the output DWG/DXF file
See Also