ArcObjects Library Reference (Location)  

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(
  long* 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