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


IRouteLocator2.RouteIDIsIndexed Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Location)  

IRouteLocator2.RouteIDIsIndexed Property

Indicates if the route ID has an index.

[Visual Basic .NET]
Public ReadOnly Property RouteIDIsIndexed As Boolean
[C#]
public bool RouteIDIsIndexed {get;}
[C++]
HRESULT get_RouteIDIsIndexed(
  VARIANT_BOOL* RouteIDIsIndexed
);
[C++]

Parameters RouteIDIsIndexed [out, retval] RouteIDIsIndexed is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IRouteLocator2 Interface