This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IH > IHistoricalTrafficData Interface > IHistoricalTrafficData.ProfilesTableName Property (ArcObjects .NET 10.4 SDK) |
The name of the table containing profiles.
[Visual Basic .NET] Public Property ProfilesTableName As String
[C#] public string ProfilesTableName {get; set;}
[C++]
HRESULT get_ProfilesTableName(
BSTR* ProfilesTableName
);
[C++]
HRESULT put_ProfilesTableName(
BSTR ProfilesTableName
);
[C++]
Parameters ProfilesTableName [out, retval] ProfilesTableName is a parameter of type BSTR ProfilesTableName [in] ProfilesTableName is a parameter of type BSTR