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


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

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