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


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

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(
  Boolean* RouteIDIsIndexed
);
[C++]
Parameters
RouteIDIsIndexed [out, retval]

RouteIDIsIndexed is a parameter of type bool*

Product Availability

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

See Also

IRouteLocator2 Interface