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


IHistoricalTrafficData.JoinTableBaseTravelTimeUnits Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IH > IHistoricalTrafficData Interface > IHistoricalTrafficData.JoinTableBaseTravelTimeUnits Property
ArcGIS Developer Help

IHistoricalTrafficData.JoinTableBaseTravelTimeUnits Property

Base travel time units.

[Visual Basic .NET]
Public Property JoinTableBaseTravelTimeUnits As esriNetworkAttributeUnits
[C#]
public esriNetworkAttributeUnits JoinTableBaseTravelTimeUnits {get; set;}
[C++]
HRESULT get_JoinTableBaseTravelTimeUnits(
  esriNetworkAttributeUnits* Units
);
[C++]
HRESULT put_JoinTableBaseTravelTimeUnits(
  esriNetworkAttributeUnits Units
);
[C++]
Parameters
Units [out, retval]

Units is a parameter of type esriNetworkAttributeUnits* Units [in]
Units is a parameter of type esriNetworkAttributeUnits

Product Availability

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

See Also

IHistoricalTrafficData Interface