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


INetworkQuery3.RefreshDynamicTrafficData Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

INetworkQuery3.RefreshDynamicTrafficData Method

Refreshes the current dynamic traffic data referenced by the network dataset based on the specified time and usage.

[Visual Basic .NET]
Public Sub RefreshDynamicTrafficData ( _
    ByVal utcTime As DateTime, _
    ByVal utcTimeUsage As esriNetworkTimeUsage, _
    ByRef pDynamicTrafficUTCStartTime As DateTime&, _
    ByRef pDynamicTrafficUTCEndTime As DateTime& _
)
[C#]
public void RefreshDynamicTrafficData (
    DateTime utcTime,
    esriNetworkTimeUsage utcTimeUsage,
    ref DateTime& pDynamicTrafficUTCStartTime,
    ref DateTime& pDynamicTrafficUTCEndTime
);
[C++]
HRESULT RefreshDynamicTrafficData(
  DATE utcTime,
  esriNetworkTimeUsage utcTimeUsage,
  DATE* pDynamicTrafficUTCStartTime,
  DATE* pDynamicTrafficUTCEndTime
);
[C++]

Parameters utcTime [in] utcTime is a parameter of type DATE utcTimeUsage [in]
utcTimeUsage is a parameter of type esriNetworkTimeUsage pDynamicTrafficUTCStartTime [out] pDynamicTrafficUTCStartTime is a parameter of type DATE pDynamicTrafficUTCEndTime [out] pDynamicTrafficUTCEndTime is a parameter of type DATE

Product Availability

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

See Also

INetworkQuery3 Interface