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


IGlobeDisplayEvents.VectorOverflow 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.VectorOverflow Event
ArcGIS Developer Help

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