This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IO > IOverview2 Interface > IOverview2.UpdateDisplay Method (ArcObjects .NET 10.5 SDK) |
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