ArcObjects Library Reference (Location)  

IRouteLocatorOperations2.RouteIDFieldName Property

The route feature identifier.

[Visual Basic .NET]
Public Property RouteIDFieldName As String
[C#]
public string RouteIDFieldName {get; set;}
[C++]
HRESULT get_RouteIDFieldName(
  BSTR* RouteIDFieldName
);
[C++]
HRESULT put_RouteIDFieldName(
  BSTR RouteIDFieldName
);
[C++]

Parameters

RouteIDFieldName [out, retval]   RouteIDFieldName is a parameter of type BSTR RouteIDFieldName [in]   RouteIDFieldName is a parameter of type BSTR

Product Availability

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

Remarks

Use this property with the RouteFeatureClass (or RouteFeatureSelection) properties.

See Also

IRouteLocatorOperations2 Interface