ArcObjects Library Reference (NetworkAnalyst)  

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