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


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

IGlobeDisplay.ResumeTileFetch Method

Resume the data loading process/thread.

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

Product Availability

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

See Also

IGlobeDisplay Interface