This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IT > ITrafficRegion Interface > ITrafficRegion.Feeds Property (ArcObjects .NET 10.4 SDK) |
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
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.