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


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

IHistoricalTrafficData.ProfilesTableName Property

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

Product Availability

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

See Also

IHistoricalTrafficData Interface