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


IGlobeDisplayEvents.TileOverflow Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeDisplayEvents Interface > IGlobeDisplayEvents.TileOverflow Event
ArcGIS Developer Help

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