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


ITAUpdateControl.RefreshDisplay Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITAUpdateControl.RefreshDisplay Method

Refreshes the map display in ArcMap.

[Visual Basic .NET]
Public Sub RefreshDisplay ( _
    ByVal enumUpdateType As enumScreenUpdateType _
)
[C#]
public void RefreshDisplay (
    enumScreenUpdateType enumUpdateType
);
[C++]
HRESULT RefreshDisplay(
  enumScreenUpdateType enumUpdateType
);
[C++]

Parameters enumUpdateType [in]
enumUpdateType is a parameter of type enumScreenUpdateType

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITAUpdateControl Interface