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


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

ITrafficFeed.Properties Property

The type of feed.

[Visual Basic .NET]
Public Property Properties As IPropertySet
[C#]
public IPropertySet Properties {get; set;}
[C++]
HRESULT get_Properties(
  IPropertySet** ppVal
);
[C++]
HRESULT put_Properties(
  IPropertySet* ppVal
);
[C++]
Parameters
ppVal [out, retval]

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

Product Availability

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

See Also

ITrafficFeed Interface