ArcObjects Library Reference (Location)  

IRouteMeasureCalibrator.InputMeasureFieldName Property

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

Product Availability

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

Remarks

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. 

See Also

IRouteMeasureCalibrator Interface