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


IGlobeDisplay.EnableRefresh 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.EnableRefresh Property
ArcGIS Developer Help

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