ArcObjects Library Reference (PublisherControls)  

IARGlobeControlDefault.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

IARGlobeControlDefault Interface