ArcObjects Library Reference (Carto)  

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(
  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

Product Availability

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

See Also

INetworkTrafficRenderer Interface