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


IRouteEventSourceName.RouteLocatorName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRouteEventSourceName Interface > IRouteEventSourceName.RouteLocatorName Property
ArcGIS Developer Help

IRouteEventSourceName.RouteLocatorName Property

The name object of the route locator.

[Visual Basic .NET]
Public Property RouteLocatorName As IRouteLocatorName
[C#]
public IRouteLocatorName RouteLocatorName {get; set;}
[C++]
HRESULT get_RouteLocatorName(
  IRouteLocatorName* locatorName
);
[C++]
HRESULT putref_RouteLocatorName(
  IRouteLocatorName** locatorName
);
[C++]
Parameters
locatorName [in]

locatorName is a parameter of type IRouteLocatorName* locatorName [out, retval]
locatorName is a parameter of type IRouteLocatorName**

Product Availability

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

See Also

IRouteEventSourceName Interface