Click or drag to resize

GM_ExportOptsDXF_DWG_t Structure

This type is used to describe custom export options for DXF/DWG vector 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 struct GM_ExportOptsDXF_DWG_t

The GM_ExportOptsDXF_DWG_t type exposes the following members.

Fields
  NameDescription
Public fieldmCADType
CAD export type (only used when passed into DWGExporter::Export())
Public fieldmDWGVersion
DWG/DXF Version
Public fieldmFlags
Export Flags
Public fieldmLabelType
Export setting for area and line feature labels
Public fieldmLayerAttr
Attribute value to get layer name from (NULL to use description/type)
Public fieldmTenPointFontHeight
Height (in ground units) to use for 10 pt label fonts (other sizes will be scaled appropriately)
Top
See Also