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


INAServerNetworkAttribute3.TrafficSupport Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerNetworkAttribute3 Interface > INAServerNetworkAttribute3.TrafficSupport Property
ArcGIS Developer Help

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