Gets the type of the KmlNode.

Namespace:  ESRI.ArcGISExplorer.Mapping

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

Syntax

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

Field Value

The type of the node.

See Also