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


IGlobeDisplay.ShouldViewerRefresh Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GlobeCore)  

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