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


IHistoricalTrafficData.JoinTableBaseTravelTimeUnits Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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