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


ITAUpdateControl.RefreshDisplay Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITAUpdateControl Interface > ITAUpdateControl.RefreshDisplay Method
ArcGIS Developer Help

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