This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IH > IHistoricalTrafficData Interface > IHistoricalTrafficData.JoinTableProfileIDFieldNames Property (ArcObjects .NET 10.4 SDK) |
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