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


IOverview2.UpdateDisplay Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IO > IOverview2 Interface > IOverview2.UpdateDisplay Method
ArcGIS Developer Help

IOverview2.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

IOverview2 Interface