This document is archived and information here might be outdated.  Recommended version.


IRouteMeasurePointProperties.MeasureFieldName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IRouteMeasurePointProperties Interface > IRouteMeasurePointProperties.MeasureFieldName Property
ArcGIS Developer Help

IRouteMeasurePointProperties.MeasureFieldName Property

The measure field name.

[Visual Basic .NET]
Public Property MeasureFieldName As String
[C#]
public string MeasureFieldName {get; set;}
[C++]
HRESULT get_MeasureFieldName(
  BSTR fieldName
);
[C++]
HRESULT put_MeasureFieldName(
  System.String* fieldName
);
[C++]
Parameters
fieldName [in]

fieldName is a parameter of type BSTR fieldName [out, retval]
fieldName is a parameter of type BSTR*

Product Availability

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

See Also

IRouteMeasurePointProperties Interface