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


INetworkTrafficRenderer.ShowLiveTrafficOnly Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IN > INetworkTrafficRenderer Interface > INetworkTrafficRenderer.ShowLiveTrafficOnly Property
ArcGIS Developer Help

INetworkTrafficRenderer.ShowLiveTrafficOnly Property

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(
  Boolean* liveTrafficOnly
);
[C++]
HRESULT put_ShowLiveTrafficOnly(
  VARIANT_BOOL liveTrafficOnly
);
[C++]
Parameters
liveTrafficOnly [out, retval]

liveTrafficOnly is a parameter of type bool* liveTrafficOnly [in]
liveTrafficOnly is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

INetworkTrafficRenderer Interface