This document is archived and information here might be outdated. Recommended version. |
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**
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.
IRouteLayerExtension Interface | IRouteLayerExtension Interface