The route id field name.
[Visual Basic .NET] Public ReadOnly Property RouteIDFieldName As String
[C#] public string RouteIDFieldName {get;}
[C++]
HRESULT get_RouteIDFieldName(
BSTR* fieldName
);
[C++]Parameters
fieldName [out, retval] fieldName is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
This is used to get the route identifer (RouteIDFieldName) from the IRouteLocatorName interface.
See Also
IRouteLayerExtension Interface | IRouteLayerExtension Interface