Refreshes the KmlNode by accessing the underlying data to check for changes.

Namespace:  ESRI.ArcGISExplorer.Mapping

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

Syntax

C#
public void Refresh()
Visual Basic (Declaration)
Public Sub Refresh

Remarks

If the underlying data has changed since the last refresh, the KmlNode will be updated and redrawn in the map. This method is only applicable to KML Network Links.

See Also