This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IN > INetworkTrafficRenderer Interface > INetworkTrafficRenderer.ShowLiveTrafficOnly Property (ArcObjects .NET 10.5 SDK) |
Indicates whether to only show live traffic or otherwise show all traffic.
[Visual Basic .NET] Public Property ShowLiveTrafficOnly As Boolean
[C#] public bool ShowLiveTrafficOnly {get; set;}
[C++]
HRESULT get_ShowLiveTrafficOnly(
VARIANT_BOOL* liveTrafficOnly
);
[C++]
HRESULT put_ShowLiveTrafficOnly(
VARIANT_BOOL liveTrafficOnly
);
[C++]
Parameters liveTrafficOnly [out, retval] liveTrafficOnly is a parameter of type VARIANT_BOOL liveTrafficOnly [in] liveTrafficOnly is a parameter of type VARIANT_BOOL