ArcObjects Library Reference (GeoDatabase)  

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(
  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

Product Availability

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

See Also

IHistoricalTrafficData Interface