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