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


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

IRouteMeasureCalibrator2.RouteIDFieldName Property

The route identifier field name.

[Visual Basic .NET]
Public Property RouteIDFieldName As String
[C#]
public string RouteIDFieldName {get; set;}
[C++]
HRESULT get_RouteIDFieldName(
  BSTR fieldName
);
[C++]
HRESULT put_RouteIDFieldName(
  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.

Remarks

Use this property with the RouteFeatureClass (or RouteFeatureSelection) properties.

See Also

IRouteMeasureCalibrator2 Interface