ArcObjects Library Reference (Location)  

IRouteMeasureEventGeoprocessor2 Interface

Provides access to the route measure event geoprocessor properties and methods.

Product Availability

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

Members

Description
Read/write property BuildOutputIndex Indicates whether an index is going to be built on the route id field on the output result.
Method Concatenate Concatenate events.
Method Concatenate2 Concatenate events.
Method Dissolve Dissolve events.
Method Dissolve2 Dissolve events.
Read/write property InputEventProperties The input table's route event properties.
Read/write property InputSelection The input table's selection set.
Read/write property InputTable The input table.
Method Intersect Intersect events.
Method Intersect2 Intersect events.
Read/write property KeepZeroLengthLineEvents Indicates whether zero length events should be included in the overlay result (line on line overlays only).
Read/write property OverlayEventProperties The overlay table's route event properties.
Read/write property OverlaySelection The overlay table's selection set.
Read/write property OverlayTable The table to overlay with the input table.
Method Union Union events.
Method Union2 Union events.

Inherited Interfaces

Interfaces Description
IRouteMeasureEventGeoprocessor Provides access to the route measure event geoprocessor properties and methods.

CoClasses that implement IRouteMeasureEventGeoprocessor2

CoClasses and Classes Description
RouteMeasureGeoprocessor Basic route measure geoprocessing object.

Remarks

This interface, IRouteMeasureEventGeoprocessor2, provides access to the event geoprocessing operations. This is different from IRouteMeasureGeoprocessor in that the output event table properties (IRouteEventProperties) can be passed in as a parameter to the operations. 

 

See Also

IRouteMeasureEventGeoprocessor Interface