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


ITrafficFeed.URL 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.URL Property
ArcGIS Developer Help

ITrafficFeed.URL Property

The feed URL.

[Visual Basic .NET]
Public Property URL As String
[C#]
public string URL {get; set;}
[C++]
HRESULT get_URL(
  System.String* 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