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


IRouteLayerExtension.RouteIDFieldName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Location)  

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(
  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