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


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

IGlobeDisplay.EnableRefresh Property

Indicates if refreshing of viewers is enabled.

[Visual Basic .NET]
Public Property EnableRefresh As Boolean
[C#]
public bool EnableRefresh {get; set;}
[C++]
HRESULT get_EnableRefresh(
  VARIANT_BOOL pbEnable
);
[C++]
HRESULT put_EnableRefresh(
  Boolean* pbEnable
);
[C++]

Parameters pbEnable [in]
pbEnable is a parameter of type bool pbEnable [out, retval]
pbEnable is a parameter of type bool*

Product Availability

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

See Also

IGlobeDisplay Interface