This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRouteEventProperties2 Interface (ArcObjects .NET 10.4 SDK) |
Provides access to the properties of an event table.
Description | ||
---|---|---|
AddErrorField | Indicates if the error field should be added to the field set. | |
ErrorFieldName | Name of the error field name. | |
EventMeasureUnit | The units of the event measure(s). | |
EventRouteIDFieldName | The route identifier field name. | |
LateralOffsetFieldName | The lateral offset field name. | |
MDirectionOffsetting | Indicates if the offset should based onthe M direction or the digitized direction. |
Interfaces | Description |
---|---|
IRouteEventProperties | Provides access to the properties of an event table. |
CoClasses and Classes | Description |
---|---|
RouteMeasureLineProperties (esriLocation) | Properties for route measure line event tables. |
RouteMeasurePointProperties (esriLocation) | Properties for route measure point event tables. |
The IRouteEventProperties2 interface provides additional event properties such as adding error field to the route event source (AddErrorField and ErrorFieldName), as well as the ability to specify whether the lateral offset is in the direction of the increasing measure direction or digitize direction (MDirectionOffseting).
IRouteEventProperties Interface