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


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

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

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

Classes that implement IRouteLocatorOperations2

Classes Description
RouteLocatorOperations Basic route locator operations object.