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


IEnumTrafficSpeeds.TimeSlices Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IE > IEnumTrafficSpeeds Interface > IEnumTrafficSpeeds.TimeSlices Property
ArcGIS Developer Help

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