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


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

IRouteLayerExtension.RouteIDFieldName Property

The route id field name.

[Visual Basic .NET]
Public ReadOnly Property RouteIDFieldName As String
[C#]
public string RouteIDFieldName {get;}
[C++]
HRESULT get_RouteIDFieldName(
  System.String* 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