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


ITrafficFeed.Properties Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

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