Global Mapper SDK
| GM_ExportOptsDXFLabels_t8 Enumeration |
This enumeration lists the ways that line and area labels can be exported to DXF files.
Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
Copy
public enum GM_ExportOptsDXFLabels_t8| Member name | Value | Description | |
|---|---|---|---|
| ExportDXF_NoLabels | 0 | No line or area feature labels will be exported | |
| ExportDXF_LabelsAsPointsFeatureLayer | 1 | Line and area feature labels will be exported as separate text entities in the layer of the feature | |
| ExportDXF_LabelsAsPoints | 2 | Line and area feature labels will be exported as separate text entities | |
| ExportDXF_LabelsAsAttrs | 3 | Line and area feature labels will be exported as attributes of those entities | |
| ExportDXF_LabelsNumOpts | 4 | Total Number of Options |
Comments
0 comments
Please sign in to leave a comment.