com.esri.arcgis.carto
Interface IAnnotationErrorEvents

All Superinterfaces:
EventListener, Serializable
All Known Implementing Classes:
IAnnotationErrorEventsAdapter, IAnnotationErrorEventsProxy

public interface IAnnotationErrorEvents
extends EventListener, Serializable

Provides access to events that occur when errors occur with the annotation objects.

Product Availability

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


Method Summary
 void errorAddingElements(IAnnotationErrorEventsErrorAddingElementsEvent theEvent)
          Fired when not all elements could be added to the graphics layer.
 boolean tooManyOverflow(IAnnotationErrorEventsTooManyOverflowEvent theEvent)
          Fired when too many overflow elements are about to be created.
 

Method Detail

errorAddingElements

void errorAddingElements(IAnnotationErrorEventsErrorAddingElementsEvent theEvent)
                         throws IOException,
                                AutomationException
Fired when not all elements could be added to the graphics layer.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

tooManyOverflow

boolean tooManyOverflow(IAnnotationErrorEventsTooManyOverflowEvent theEvent)
                        throws IOException,
                               AutomationException
Fired when too many overflow elements are about to be created.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
theEvent - The event
Returns:
The addOverflow
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.