Global Mapper SDK
| GM_ExportOptsDXFFlags_t32 Enumeration |
Flags to control DWG/DWG exports
Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
Copy
public enum GM_ExportOptsDXFFlags_t32| Member name | Value | Description | |
|---|---|---|---|
| ExportDXF_UseLabelsForLayers | 1 | Use feature labels, if present, for layer names rather than feature types/descriptions | |
| ExportDXF_UseZeroWidthLines | 2 | Export all lines as 0 width to prevent compatibility problems with some software | |
| ExportDXF_TextSizeAbsolute | 4 | Is the mTenPointFontHeight really the absolute height in file unit to make all text? | |
| ExportDXF_ExportElevLinesAs2D | 8 | Export lines with a single elevation (like contours) as 2D lines rather than 3D with a separate elevation for each vertex | |
| ExportDXF_AllowLongLabels | 16 | Don't truncate labels at 31 characters | |
| ExportDXF_ExportECEF | 32 | Export ECEF (Earth-Centered Earth Fixed) coordinates | |
| ExportDXF_PreserveAttributes | 64 | Preserve all feature attributes | |
| ExportDXF_UseLegacyExporter | 128 | Use the legacy DXF exporter from before Global Mapper (SDK) v22.0 | |
| ExportDXF_ExportProjection | 256 | Embed the current projection in the output DWG/DXF file |
Comments
0 comments
Please sign in to leave a comment.