Specifies constants defining the type of a KmlNode.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)
Syntax
C# |
---|
public enum KmlNodeType |
Visual Basic (Declaration) |
---|
Public Enumeration KmlNodeType |
Members
Value | Member name | Description | |
---|---|---|---|
0 | Document |
The root container for KmlNodes.
| |
1 | Folder |
A KML container to arrange other KmlNodes hierarchically.
| |
4 | Graphics |
A KML placemark.
| |
2 | NetworkLink |
A KML network link.
| |
3 | Overlay |
A KML image overlay drawn on the map or on the screen.
|