ArcObjects Library Reference (Location)  

IRouteLocatorOperations Interface

Provides access to operations on the route locator. Note: the IRouteLocatorOperations interface has been superseded byIRouteLocatorOperations2. Please consider using the more recent version.

Product Availability

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

Description

The IRouteLocatorOperations interface provides methods and properties to create an event table, ITable, in several ways: 

See IRouteLocatorOperations2.

Members

Description
Read/write property InputFeatureClass The input features to locate along the routes.
Read/write property InputFeatureSelection A selection set of features to locate.
Method LocateLineFeatures Locate line features along routes and write the result in an object class.
Method LocatePointEvents Locate point events along target routes and write the result in an object class.
Method LocatePointFeatures Locate point features along a routes and write the result in an object class.
Method LocatePolygonFeatures Locate polygon features along routes and write the result in an object class.
Read/write property RouteLocator The route locator.

CoClasses that implement IRouteLocatorOperations

CoClasses and Classes Description
RouteLocatorOperations Basic route locator operations object.

See Also

IRouteLocator Interface | IRouteEventProperties Interface