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


IARGlobeControl.Refresh Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARGlobeControl Interface > IARGlobeControl.Refresh Method
ArcGIS Developer Help

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