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


IDynamicTrafficData.DynamicTrafficTableName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDynamicTrafficData Interface > IDynamicTrafficData.DynamicTrafficTableName Property
ArcGIS Developer Help

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(
  System.String* 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