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


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

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