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


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

ITrafficFeed.URL Property

The feed URL.

[Visual Basic .NET]
Public Property URL As String
[C#]
public string URL {get; set;}
[C++]
HRESULT get_URL(
  BSTR* ppVal
);
[C++]
HRESULT put_URL(
  BSTR ppVal
);
[C++]

Parameters ppVal [out, retval] ppVal is a parameter of type BSTR ppVal [in] ppVal is a parameter of type BSTR

Product Availability

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

See Also

ITrafficFeed Interface