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


ITrafficRegion.Feeds Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IT > ITrafficRegion Interface > ITrafficRegion.Feeds Property
ArcGIS Developer Help

ITrafficRegion.Feeds Property

The collection of feeds.

[Visual Basic .NET]
Public Property Feeds As IArray
[C#]
public IArray Feeds {get; set;}
[C++]
HRESULT get_Feeds(
  IArray** ppVal
);
[C++]
HRESULT put_Feeds(
  IArray* ppVal
);
[C++]
Parameters
ppVal [out, retval]

ppVal is a parameter of type IArray** ppVal [in]
ppVal is a parameter of type IArray*

Product Availability

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

Remarks

Feeds is an IArray of objects that implement ITrafficFeed.  It is used to hold a set of traffic feed specifications that are associated with a given region.

See Also

ITrafficRegion Interface