Provides access to the properties of an event table.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
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. |
Inherited Interfaces
Interfaces | Description |
---|---|
IRouteEventProperties | Provides access to the properties of an event table. |
CoClasses that implement IRouteEventProperties2
CoClasses and Classes | Description |
---|---|
RouteMeasureLineProperties (esriLocation) | Properties for route measure line event tables. |
RouteMeasurePointProperties (esriLocation) | Properties for route measure point event tables. |
Remarks
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).