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


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

INetworkTrafficConfiguration.TrafficTimeUnitNames Property

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

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

Product Availability

Available with ArcGIS Desktop.

See Also

INetworkTrafficConfiguration Interface