Click or drag to resize

GM_ExportOptsDXFLabels_t8 Enumeration

This enumeration lists the ways that line and area labels can be exported to DXF files.

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public enum GM_ExportOptsDXFLabels_t8
Members
  Member nameValueDescription
ExportDXF_NoLabels0No line or area feature labels will be exported
ExportDXF_LabelsAsPointsFeatureLayer1Line and area feature labels will be exported as separate text entities in the layer of the feature
ExportDXF_LabelsAsPoints2Line and area feature labels will be exported as separate text entities in their own text layer
ExportDXF_LabelsAsAttrs3Line and area feature labels will be exported as attributes of those entities
ExportDXF_LabelsNumOpts4Total Number of Options
See Also