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


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

IGlobeDisplay.ImmediateDataFetching Property

Indicates whether in immediate data fetching mode.

[Visual Basic .NET]
Public Property ImmediateDataFetching As Boolean
[C#]
public bool ImmediateDataFetching {get; set;}
[C++]
HRESULT get_ImmediateDataFetching(
  VARIANT_BOOL pbImmediate
);
[C++]
HRESULT put_ImmediateDataFetching(
  Boolean* pbImmediate
);
[C++]
Parameters
pbImmediate [in]

pbImmediate is a parameter of type bool pbImmediate [out, retval]
pbImmediate is a parameter of type bool*

Product Availability

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

Remarks

A True value indicates that pending requests for tiles should complete before navigation can proceed.The default value is False.

See Also

IGlobeDisplay Interface