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


INAServerNetworkAttribute3.TrafficSupport Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAServerNetworkAttribute3.TrafficSupport Property

Level of support for traffic.

[Visual Basic .NET]
Public ReadOnly Property TrafficSupport As esriNetworkTrafficSupport
[C#]
public esriNetworkTrafficSupport TrafficSupport {get;}
[C++]
HRESULT get_TrafficSupport(
  esriNetworkTrafficSupport* pTrafficSupport
);
[C++]

Parameters pTrafficSupport [out, retval]
pTrafficSupport is a parameter of type esriNetworkTrafficSupport

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

See Also

INAServerNetworkAttribute3 Interface