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


ITrafficProvider2.SpeedUnits Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

ITrafficProvider2.SpeedUnits Property

Retrieves provider speed unit.

[Visual Basic .NET]
Public ReadOnly Property SpeedUnits As esriNetworkAttributeUnits
[C#]
public esriNetworkAttributeUnits SpeedUnits {get;}
[C++]
HRESULT get_SpeedUnits(
  esriNetworkAttributeUnits* pSpeedUnits
);
[C++]

Parameters pSpeedUnits [out, retval]
pSpeedUnits is a parameter of type esriNetworkAttributeUnits

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

See Also

ITrafficProvider2 Interface