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


IHistoricalTrafficData.JoinTableName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IH > IHistoricalTrafficData Interface > IHistoricalTrafficData.JoinTableName Property
ArcGIS Developer Help

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