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


IGlobeDisplay.ShouldViewerRefresh Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeDisplay Interface > IGlobeDisplay.ShouldViewerRefresh Property
ArcGIS Developer Help

IGlobeDisplay.ShouldViewerRefresh Property

Indicates if the viewer should be refreshed.

[Visual Basic .NET]
Public ReadOnly Property ShouldViewerRefresh As Boolean
[C#]
public bool ShouldViewerRefresh {get;}
[C++]
HRESULT get_ShouldViewerRefresh(
  Boolean* pbShouldRefresh
);
[C++]
Parameters
pbShouldRefresh [out, retval]

pbShouldRefresh is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGlobeDisplay Interface