This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IE > IEnumTrafficSpeeds Interface > IEnumTrafficSpeeds.TimeSlices Property (ArcObjects .NET 10.4 SDK) |
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
TimeSlices is an array of objects that implement ITimeSlice. Time slices are used to specify the speeds associated with a given time span.