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