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


IRouteEventSourceName.RouteLocatorName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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 [out, retval]
locatorName is a parameter of type IRouteLocatorName locatorName [in]
locatorName is a parameter of type IRouteLocatorName

Product Availability

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

See Also

IRouteEventSourceName Interface

.NET Related Topics

Location