Updates the display of the overview based upon the associated map's current settings.
[Visual Basic .NET] Public Sub UpdateDisplay ( _ ByVal windowWidth As Integer, _ ByVal windowHeight As Integer _ )
[C#] public void UpdateDisplay ( int windowWidth, int windowHeight );
[C++]
HRESULT UpdateDisplay(
long windowWidth,
long windowHeight
);
[C++]Parameters
windowWidth [in] windowWidth is a parameter of type long windowHeight [in] windowHeight is a parameter of type long
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.