ArcObjects Library Reference (Location)  

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(
  VARIANT_BOOL* RouteIDIsString
);
[C++]

Parameters

RouteIDIsString [out, retval]   RouteIDIsString is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IRouteLocator Interface