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


IHistoricalTrafficData.JoinTableProfileIDFieldNames 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.JoinTableProfileIDFieldNames Property
ArcGIS Developer Help

IHistoricalTrafficData.JoinTableProfileIDFieldNames Property

The field names of the historic join table pointing to speed profiles.

[Visual Basic .NET]
Public Property JoinTableProfileIDFieldNames As IStringArray
[C#]
public IStringArray JoinTableProfileIDFieldNames {get; set;}
[C++]
HRESULT get_JoinTableProfileIDFieldNames(
  IStringArray** profileIDFields
);
[C++]
HRESULT putref_JoinTableProfileIDFieldNames(
  IStringArray* profileIDFields
);
[C++]
Parameters
profileIDFields [out, retval]

profileIDFields is a parameter of type IStringArray** profileIDFields [in]
profileIDFields is a parameter of type IStringArray*

Product Availability

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

See Also

IHistoricalTrafficData Interface