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


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

IRouteLocator.RouteIDFieldNameDelimited Property

The delimited route identifier field of the route feature class.

[Visual Basic .NET]
Public ReadOnly Property RouteIDFieldNameDelimited As String
[C#]
public string RouteIDFieldNameDelimited {get;}
[C++]
HRESULT get_RouteIDFieldNameDelimited(
  System.String* rid
);
[C++]
Parameters
rid [out, retval]

rid is a parameter of type BSTR*

Product Availability

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

See Also

IRouteLocator Interface