This document is archived and information here might be outdated. Recommended version. |
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.