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