Specifies constants defining the graphics type of the current KmlNode.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)
Syntax
| C# |
|---|
public enum KmlGraphicsType |
| Visual Basic (Declaration) |
|---|
Public Enumeration KmlGraphicsType |
Members
| Value | Member name | Description | |
|---|---|---|---|
| 1 | Icon |
A point.
| |
| 5 | Mixed |
A mixture of graphic types
| |
| 4 | Model |
A 3D model such as a building or a tree.
| |
| 0 | None |
No graphic type.
| |
| 2 | Path |
A series of connected line segments.
| |
| 3 | Polygon |
A series of connected line segments that start and end at the same point.
|

