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


IRouteMeasurePointProperties.MeasureFieldName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Location)  

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(
  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.

See Also

IRouteMeasurePointProperties Interface

.NET Related Topics

Location