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


IRouteMeasureCalibrator.RouteLocator Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Location)  

IRouteMeasureCalibrator.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 [out, retval]
RouteLocator is a parameter of type IRouteLocator RouteLocator [in]
RouteLocator is a parameter of type IRouteLocator

Product Availability

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

Description

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

Remarks

The RouteLocator property sets the route locator which contains information about the route feature class, such as the route identifier, spatial reference, etc.

See Also

IRouteMeasureCalibrator Interface | IRouteLocator Interface