Specifies constants defining the graphics type of the current KmlNode.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  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 nameDescription
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.

See Also