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


IGlobeViewer.OnLastTileFetched Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeViewer.OnLastTileFetched Method

Indicates that the last tile has been fetched.

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

Product Availability

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

See Also

IGlobeViewer Interface