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


IHistoricalTrafficData2.JoinTableBaseSpeedUnits Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IHistoricalTrafficData2.JoinTableBaseSpeedUnits Property

Base speed units.

[Visual Basic .NET]
Public Property JoinTableBaseSpeedUnits As esriNetworkAttributeUnits
[C#]
public esriNetworkAttributeUnits JoinTableBaseSpeedUnits {get; set;}
[C++]
HRESULT get_JoinTableBaseSpeedUnits(
  esriNetworkAttributeUnits* Units
);
[C++]
HRESULT put_JoinTableBaseSpeedUnits(
  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

IHistoricalTrafficData2 Interface