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


IRouteLocatorOperations.RouteLocator Property (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 > IRouteLocatorOperations.RouteLocator Property
ArcGIS Developer Help

IRouteLocatorOperations.RouteLocator Property

The route locator.

[Visual Basic .NET]
Public Property RouteLocator As IRouteLocator
[C#]
public IRouteLocator RouteLocator {get; set;}
[C++]
HRESULT get_RouteLocator(
  IRouteLocator* RouteLocator
);
[C++]
HRESULT putref_RouteLocator(
  IRouteLocator** RouteLocator
);
[C++]
Parameters
RouteLocator [in]

RouteLocator is a parameter of type IRouteLocator* RouteLocator [out, retval]
RouteLocator is a parameter of type IRouteLocator**

Product Availability

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

Description

Use the IRouteLocatorOperations2::RouteFeatureClass (or RouteFeatureSelection) and IRouteLocatorOperations2::RouteIDFieldName properties instead.

Remarks

The RouteLocator property sets the IRouteLocator, which is the route locator the point, line or polygon features are to be located against. 

 

See Also

IRouteLocatorOperations Interface | IRouteLocator Interface