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


IRouteLocator.RouteIDIsString 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.RouteIDIsString Property
ArcGIS Developer Help

IRouteLocator.RouteIDIsString Property

Indicates if the route identifier field type is string.

[Visual Basic .NET]
Public ReadOnly Property RouteIDIsString As Boolean
[C#]
public bool RouteIDIsString {get;}
[C++]
HRESULT get_RouteIDIsString(
  Boolean* RouteIDIsString
);
[C++]
Parameters
RouteIDIsString [out, retval]

RouteIDIsString is a parameter of type bool*

Product Availability

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

See Also

IRouteLocator Interface