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


IRouteLocator.RouteIDFieldIndex Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IRouteLocator Interface > IRouteLocator.RouteIDFieldIndex Property
ArcGIS Developer Help

IRouteLocator.RouteIDFieldIndex Property

The field index of the route identifier.

[Visual Basic .NET]
Public ReadOnly Property RouteIDFieldIndex As Integer
[C#]
public int RouteIDFieldIndex {get;}
[C++]
HRESULT get_RouteIDFieldIndex(
  System.Int32* routeIDIndex
);
[C++]
Parameters
routeIDIndex [out, retval]

routeIDIndex is a parameter of type long*

Product Availability

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

See Also

IRouteLocator Interface