This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IH > IHistoricalTrafficData Interface > IHistoricalTrafficData.JoinTableBaseTravelTimeFieldName Property (ArcObjects .NET 10.4 SDK) |
The field name for base travel time in the join table.
[Visual Basic .NET] Public Property JoinTableBaseTravelTimeFieldName As String
[C#] public string JoinTableBaseTravelTimeFieldName {get; set;}
[C++]
HRESULT get_JoinTableBaseTravelTimeFieldName(
BSTR* FieldName
);
[C++]
HRESULT put_JoinTableBaseTravelTimeFieldName(
BSTR FieldName
);
[C++]
Parameters FieldName [out, retval] FieldName is a parameter of type BSTR FieldName [in] FieldName is a parameter of type BSTR