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


IGlobeDisplayEvents.TileOverflow Event (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeDisplayEvents.TileOverflow Event

Fired when there is an overflow of vector tiles in a layer.

[Visual Basic .NET]
Public Event TileOverflow As TileOverflowEventHandler
[C#]
public event TileOverflowEventHandler TileOverflow
[C++]
HRESULT TileOverflow(
  ILayer* pLayer
);
[C++]

Parameters pLayer [in]
pLayer is a parameter of type ILayer

Product Availability

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

See Also

IGlobeDisplayEvents Interface