This document is archived and information here might be outdated.  Recommended version.


IRouteLocatorOperations Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IRouteLocatorOperations Interface
ArcGIS Developer Help

IRouteLocatorOperations Interface

Provides access to operations on the route locator. Note: the IRouteLocatorOperations interface has been superseded by IRouteLocatorOperations2. 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

Name 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.

Classes that implement IRouteLocatorOperations

Classes Description
RouteLocatorOperations Basic route locator operations object.

See Also

IRouteLocator Interface | IRouteEventProperties Interface