This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRouteEventSourceName Interface > IRouteEventSourceName.RouteLocatorName Property (ArcObjects .NET 10.5 SDK) |
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 [out, retval]
locatorName is a parameter of type IRouteLocatorName locatorName [in]
locatorName is a parameter of type IRouteLocatorName