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


IEnumTrafficSpeeds.TimeSlices Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

IEnumTrafficSpeeds.TimeSlices Property

Array of time slices of speed data.

[Visual Basic .NET]
Public ReadOnly Property TimeSlices As IArray
[C#]
public IArray TimeSlices {get;}
[C++]
HRESULT get_TimeSlices(
  IArray** ppTimeSlices
);
[C++]

Parameters ppTimeSlices [out, retval]
ppTimeSlices is a parameter of type IArray

Product Availability

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

Remarks

TimeSlices is an array of objects that implement ITimeSlice.  Time slices are used to specify the speeds associated with a given time span.

See Also

IEnumTrafficSpeeds Interface