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 > IRouteMeasureCalibrator Interface > IRouteMeasureCalibrator.InputRouteIDFieldName Property (ArcObjects .NET 10.5 SDK) |
The input route identifier field name.
[Visual Basic .NET] Public Property InputRouteIDFieldName As String
[C#] public string InputRouteIDFieldName {get; set;}
[C++]
HRESULT get_InputRouteIDFieldName(
BSTR* fieldName
);
[C++]
HRESULT put_InputRouteIDFieldName(
BSTR fieldName
);
[C++]
Parameters fieldName [out, retval] fieldName is a parameter of type BSTR fieldName [in] fieldName is a parameter of type BSTR
The InputRouteIDFieldName property sets the route identifier for the point feature class, specifying which route each calibration point refers to.