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


IGlobeDisplayEvents.VectorOverflow Event (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeDisplayEvents.VectorOverflow Event

Fired when there is an overflow of vector features in a tile.

[Visual Basic .NET]
Public Event VectorOverflow As VectorOverflowEventHandler
[C#]
public event VectorOverflowEventHandler VectorOverflow
[C++]
HRESULT VectorOverflow(
  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