ESRI.ArcGIS.ADF.Web.UI.WebControls | |
Refresh() Method | |
See Also |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > OverviewMap Class > Refresh Method : Refresh() Method |
Visual Basic (Declaration) | |
---|---|
Public Overloads Overrides Sub Refresh() |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public override void Refresh() |
This method is used to redraw the overview map when the main map's extent
changes. It redraws the map and add the information for updating the overview map to
the control's CallbackResults. This enables the control to update via a client
callback.