ESRI.ArcGIS.ADF.Web.UI.WebControls
Refresh() Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > OverviewMap Class > Refresh Method : Refresh() Method




Redraws the overview map and adds to the control's callback results.

Syntax

Visual Basic (Declaration) 
Public Overloads Overrides Sub Refresh() 
Visual Basic (Usage)Copy Code
Dim instance As OverviewMap
 
instance.Refresh()
C# 
public override void Refresh()

Remarks

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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.