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


IAnnotationErrorEvents.TooManyOverflow Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnotationErrorEvents Interface > IAnnotationErrorEvents.TooManyOverflow Event
ArcGIS Developer Help

IAnnotationErrorEvents.TooManyOverflow Event

Fired when too many overflow elements are about to be created.

[Visual Basic .NET]
Public Event TooManyOverflow As TooManyOverflowEventHandler
[C#]
public event TooManyOverflowEventHandler TooManyOverflow
[C++]
HRESULT TooManyOverflow(
  long numOverflow
);
[C++]
Parameters
numOverflow [in]

numOverflow is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAnnotationErrorEvents Interface