This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IRouteLocatorOperations Interface (ArcObjects .NET 10.5 SDK) |
Provides access to operations on the route locator. Note: the IRouteLocatorOperations interface has been superseded byIRouteLocatorOperations2. Please consider using the more recent version.
The IRouteLocatorOperations interface provides methods and properties to create an event table, ITable, in several ways:
See IRouteLocatorOperations2.
Description | ||
---|---|---|
InputFeatureClass | The input features to locate along the routes. | |
InputFeatureSelection | A selection set of features to locate. | |
LocateLineFeatures | Locate line features along routes and write the result in an object class. | |
LocatePointEvents | Locate point events along target routes and write the result in an object class. | |
LocatePointFeatures | Locate point features along a routes and write the result in an object class. | |
LocatePolygonFeatures | Locate polygon features along routes and write the result in an object class. | |
RouteLocator | The route locator. |
CoClasses and Classes | Description |
---|---|
RouteLocatorOperations | Basic route locator operations object. |