This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDynamicTrafficData Interface > IDynamicTrafficData.DynamicTrafficTableName Property (ArcObjects .NET 10.4 SDK) |
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