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