Gets the type of graphic type used to represent this KML node on the map.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public KmlGraphicsType GraphicsType { get; }
Visual Basic (Declaration)
Public ReadOnly Property GraphicsType As KmlGraphicsType

Field Value

The KML graphic type; KmlGraphicsType.None if the KmlNode cannot be represented on the map.

See Also