ESRI.ArcGIS.ADF.Web.UI.WebControls
Refresh Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > LayerMapTips Class : Refresh Method




map
The Map control that displays the map tips.
mapResourceName
The name of the graphics map resource that houses the map tips.
layerID
ID of the graphics layer that displays the map tips.
featureType
The feature type of the tips (Point, Line, or Polygon).
Refreshes the map tips on the map.

Syntax

Visual Basic (Declaration) 
Public Sub Refresh( _
   ByVal map As Map, _
   ByVal mapResourceName As String, _
   ByVal layerID As String, _
   ByVal featureType As FeatureType _
) 
Visual Basic (Usage)Copy Code
Dim instance As LayerMapTips
Dim map As Map
Dim mapResourceName As String
Dim layerID As String
Dim featureType As FeatureType
 
instance.Refresh(map, mapResourceName, layerID, featureType)
C# 
public void Refresh( 
   Map map,
   string mapResourceName,
   string layerID,
   FeatureType featureType
)

Parameters

map
The Map control that displays the map tips.
mapResourceName
The name of the graphics map resource that houses the map tips.
layerID
ID of the graphics layer that displays the map tips.
featureType
The feature type of the tips (Point, Line, or Polygon).

See Also

© 2010 All Rights Reserved.