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