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


IHistoricalTrafficData.JoinTableName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IHistoricalTrafficData.JoinTableName Property

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

Product Availability

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

See Also

IHistoricalTrafficData Interface