This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IH > IHistoricalTrafficData Interface > IHistoricalTrafficData.JoinTableName Property (ArcObjects .NET 10.4 SDK) |
The name of the join table between edges and profiles.
[Visual Basic .NET] Public Property JoinTableName As String
[C#] public string JoinTableName {get; set;}
[C++]
HRESULT get_JoinTableName(
BSTR* JoinTableName
);
[C++]
HRESULT put_JoinTableName(
BSTR JoinTableName
);
[C++]
Parameters JoinTableName [out, retval] JoinTableName is a parameter of type BSTR JoinTableName [in] JoinTableName is a parameter of type BSTR