ArcObjects Library Reference (GeoDatabase)  

IRouteEventProperties2 Interface

Provides access to the properties of an event table.

Product Availability

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

Members

Description
Read/write property AddErrorField Indicates if the error field should be added to the field set.
Read/write property ErrorFieldName Name of the error field name.
Read/write property EventMeasureUnit The units of the event measure(s).
Read/write property EventRouteIDFieldName The route identifier field name.
Read/write property LateralOffsetFieldName The lateral offset field name.
Read/write property 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). 

 

See Also

IRouteEventProperties Interface