Click or drag to resize

GM_ExportOptsKML_t Structure

This type is used to describe custom export options for KML vector exports. To create a KMZ file, pass a filename with a .kmz extension to the GM_ExportVector function.

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public struct GM_ExportOptsKML_t

The GM_ExportOptsKML_t type exposes the following members.

Properties
  NameDescription
Public propertymAreaDisplayAtElev
display area features at feature elevation
Public propertymAreaElevsRelative
area elevations relative to ground (only valid if mAreaDisplayAtElev set)
Public propertymExtrudeAreas
extrude 3D areas to make 3D shapes like buildings (only valid if mAreaDisplayAtElev set)
Public propertymHidePointsInitially
initially hide point features when displayed in Google Earth
Public propertymLineDisplayAtElev
display line features at feature elevation
Public propertymLineElevsRelative
line elevations relative to ground (only valid if mLineDisplayAtElev set)
Top
Fields
  NameDescription
Public fieldmAreaOpacity
area translucency - percent (0.0 - 100.0)
Top
See Also