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

.NET Samples

Using the ITAControlUpdate interface (Code Files: TAUpdateControlForm) |