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


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

IGlobeDisplay2.PauseFetching Property

Indicates if all fetching is paused.

[Visual Basic .NET]
Public Property PauseFetching As Boolean
[C#]
public bool PauseFetching {get; set;}
[C++]
HRESULT get_PauseFetching(
  Boolean* pbPaused
);
[C++]
HRESULT put_PauseFetching(
  VARIANT_BOOL pbPaused
);
[C++]
Parameters
pbPaused [out, retval]

pbPaused is a parameter of type bool* pbPaused [in]
pbPaused is a parameter of type bool

Product Availability

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

See Also

IGlobeDisplay2 Interface