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


IGlobeDisplay.SuspendTileFetch Method (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.SuspendTileFetch Method
ArcGIS Developer Help

IGlobeDisplay.SuspendTileFetch Method

Suspend the data loading process/thread.

[Visual Basic .NET]
Public Sub SuspendTileFetch ( _
)
[C#]
public void SuspendTileFetch (
);
[C++]
HRESULT SuspendTileFetch(
void
);

Product Availability

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

See Also

IGlobeDisplay Interface