com.esri.arcgis.carto
Class IAnnotationErrorEventsAdapter
java.lang.Object
com.esri.arcgis.carto.IAnnotationErrorEventsAdapter
- All Implemented Interfaces:
- IAnnotationErrorEvents, Serializable, EventListener
public class IAnnotationErrorEventsAdapter
- extends Object
- implements IAnnotationErrorEvents
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IAnnotationErrorEventsAdapter
public IAnnotationErrorEventsAdapter()
errorAddingElements
public 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
- Specified by:
errorAddingElements
in interface IAnnotationErrorEvents
- Parameters:
theEvent
- The event
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
tooManyOverflow
public 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
- Specified by:
tooManyOverflow
in interface IAnnotationErrorEvents
- Parameters:
theEvent
- The event
- Returns:
- The addOverflow
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.