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


IEventSourceErrors Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEventSourceErrors Interface
ArcGIS Developer Help

IEventSourceErrors Interface

Provides access to members that deal with event source errors.

Product Availability

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

Members

Name Description
Method GetErrorCursor The cursor of the events with locating errors.
Method GetErrors The enumerator of the event source errors.
Method GetLocatingErrorOID The locating error associated with an event's OID.
Method GetLocatingErrorRow The locating error associated with a row.

Classes that implement IEventSourceErrors

Classes Description
RouteEventSource (esriLocation) Route event source object.

Remarks

In a RouteEventSource, there is one feature for every row of the original event table. In some cases, however, the features have empty shapes. This is because there was some reason the event could not be properly located. Other times, an event can only be partially located (this happens for line events only). The IEventSourceErrors interface exposes some methods that allow you to determine the locating errors of events.