Provides access to members that deal with event source errors.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
GetErrorCursor | The cursor of the events with locating errors. | |
GetErrors | The enumerator of the event source errors. | |
GetLocatingErrorOID | The locating error associated with an event's OID. | |
GetLocatingErrorRow | The locating error associated with a row. |
CoClasses that implement IEventSourceErrors
CoClasses and 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.