This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IRouteLocatorOperations2 Interface > IRouteLocatorOperations2.RouteIDFieldName Property (ArcObjects .NET 10.5 SDK) |
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
Use this property with the RouteFeatureClass (or RouteFeatureSelection) properties.