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.InputMeasureFieldName Property (ArcObjects .NET 10.5 SDK) |
The input measure field name.
[Visual Basic .NET] Public Property InputMeasureFieldName As String
[C#] public string InputMeasureFieldName {get; set;}
[C++]
HRESULT get_InputMeasureFieldName(
BSTR* fieldName
);
[C++]
HRESULT put_InputMeasureFieldName(
BSTR fieldName
);
[C++]
Parameters fieldName [out, retval] fieldName is a parameter of type BSTR fieldName [in] fieldName is a parameter of type BSTR
The InputMeasureFieldName property sets the field in the point feature class which is used to set the measure value of the route at the point.