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


IARGlobeControl.Refresh Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (PublisherControls)  

IARGlobeControl.Refresh Method

Redraws the globe display area.

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

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

The Refresh method causes screen display area of the current view to be redrawn by sending a windows paint event.

See Also

IARGlobeControl Interface