This document is archived and information here might be outdated.  Recommended version.


IOverview.UpdateDisplay Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IOverview.UpdateDisplay Method

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.

See Also

IOverview Interface