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


IAnnotationErrorEvents.TooManyOverflow Event (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

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,
  VARIANT_BOOL* addOverflow
);
[C++]

Parameters numOverflow [in] numOverflow is a parameter of type long addOverflow [out, retval] addOverflow is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IAnnotationErrorEvents Interface