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


INetworkTrafficConfiguration2.TrafficSpeedUnitNames Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IN > INetworkTrafficConfiguration2 Interface > INetworkTrafficConfiguration2.TrafficSpeedUnitNames Property
ArcGIS Developer Help

INetworkTrafficConfiguration2.TrafficSpeedUnitNames Property

The candidate speed unit names for the speed unit of the base speed field in the Streets-Profiles table.

[Visual Basic .NET]
Public Function get_TrafficSpeedUnitNames ( _
    ByVal timeUnit As esriNetworkAttributeUnits _
) As IStringArray
[C#]
public IStringArray get_TrafficSpeedUnitNames (
    esriNetworkAttributeUnits timeUnit
);

Product Availability

Available with ArcGIS Desktop.

See Also

INetworkTrafficConfiguration2 Interface