This document is archived and information here might be outdated. Recommended version. |
Provides access to members that deal with event source errors.
Name | 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. |
Classes | Description |
---|---|
RouteEventSource (esriLocation) | Route event source object. |
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.