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


IRouteLayerExtension.RouteLocatorName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Location)  

IRouteLayerExtension.RouteLocatorName Property

The route locator name.

[Visual Basic .NET]
Public Function get_RouteLocatorName ( _
    ByVal layer As ILayer _
) As IRouteLocatorName
[C#]
public IRouteLocatorName get_RouteLocatorName (
    ILayer layer
);
[C++]
HRESULT get_RouteLocatorName(
  ILayer* layer,
  IRouteLocatorName** RouteLocatorName
);
[C++]

Parameters layer [in]
layer is a parameter of type ILayer RouteLocatorName [out, retval]
RouteLocatorName is a parameter of type IRouteLocatorName

Product Availability

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

Remarks

This property allows you to get the IRouteLocatorName interface and set its properties.  Everytime a route layer is added to ArcMap, the RouteMeasureLocatorName object is created. 

See Also

IRouteLayerExtension Interface | IRouteLayerExtension Interface