This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IT > ITrafficFeed Interface > ITrafficFeed.URL Property (ArcObjects .NET 10.4 SDK) |
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