Global Mapper SDK
| 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.Types
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public struct GM_ExportOptsKML_t
The GM_ExportOptsKML_t type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals |
Indicates whether this instance and a specified object are equal.
(Inherited from
ValueType
.)
|
|
| GetHashCode |
Returns the hash code for this instance.
(Inherited from
ValueType
.)
|
|
| GetType |
Gets the type of the current instance.
(Inherited from
Object
.)
|
|
| ToString |
Returns the fully qualified type name of this instance.
(Inherited from
ValueType
.)
|
| Name | Description | |
|---|---|---|
| mAreaOpacity | area translucency - percent (0.0 - 100.0) |
| Name | Description | |
|---|---|---|
| mAreaDisplayAtElev | display area features at feature elevation |
|
| mAreaElevsRelative | area elevations relative to ground (only valid if mAreaDisplayAtElev set) |
|
| mExtrudeAreas | extrude 3D areas to make 3D shapes like buildings (only valid if mAreaDisplayAtElev set) |
|
| mHidePointsInitially | initially hide point features when displayed in Google Earth |
|
| mLineDisplayAtElev | display line features at feature elevation |
|
| mLineElevsRelative | line elevations relative to ground (only valid if mLineDisplayAtElev set) |
Comments
0 comments
Please sign in to leave a comment.