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


IDataWindow.Refresh Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (ArcMapUI)  

IDataWindow.Refresh Method

Cause the window to redraw.

[Visual Basic .NET]
Public Sub Refresh ( _
)
[C#]
public void Refresh (
);

Product Availability

Available with ArcGIS Desktop.

See Also

IDataWindow Interface

.NET Samples

Implementing a schematic digitizing tool (Code Files: DigitTool) | Schematic diagram auto refresh (Code Files: FormAutorefresh)