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


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

IRouteMeasureCreator.InputRouteIDFieldName Property

The input route identifier field name.

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

IRouteMeasureCreator Interface