ArcObjects Library Reference (Location)  

IRouteLocatorOperations2 Interface

Provides access to operations on the route locator.

Product Availability

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

Description

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

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 RouteFeatureClass The route feature class (Polyline with M feature class).
Read/write property RouteFeatureSelection A selection set of route features.
Read/write property RouteIDFieldName The route feature identifier.
Read/write property RouteLocator The route locator.

Inherited Interfaces

Interfaces Description
IRouteLocatorOperations Provides access to operations on the route locator.

CoClasses that implement IRouteLocatorOperations2

CoClasses and Classes Description
RouteLocatorOperations Basic route locator operations object.