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


IDynamicTrafficData.DynamicTrafficTableName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IDynamicTrafficData.DynamicTrafficTableName Property

The name of the dynamic traffic table.

[Visual Basic .NET]
Public Property DynamicTrafficTableName As String
[C#]
public string DynamicTrafficTableName {get; set;}
[C++]
HRESULT get_DynamicTrafficTableName(
  BSTR* DynamicTrafficTableName
);
[C++]
HRESULT put_DynamicTrafficTableName(
  BSTR DynamicTrafficTableName
);
[C++]

Parameters DynamicTrafficTableName [out, retval] DynamicTrafficTableName is a parameter of type BSTR DynamicTrafficTableName [in] DynamicTrafficTableName is a parameter of type BSTR

Product Availability

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

See Also

IDynamicTrafficData Interface