This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IRouteMeasureCalibrator2 Interface > IRouteMeasureCalibrator2.RouteIDFieldName Property (ArcObjects .NET 10.4 SDK) |
The route identifier field name.
[Visual Basic .NET] Public Property RouteIDFieldName As String
[C#] public string RouteIDFieldName {get; set;}
[C++]
HRESULT get_RouteIDFieldName(
BSTR* fieldName
);
[C++]
HRESULT put_RouteIDFieldName(
BSTR fieldName
);
[C++]
Parameters fieldName [out, retval] fieldName is a parameter of type BSTR fieldName [in] fieldName is a parameter of type BSTR
Use this property with the RouteFeatureClass (or RouteFeatureSelection) properties.