ArcObjects Library Reference (GeoDatabase)  

IHistoricalTrafficData.LastTimeSliceFieldName Property

The field name of the last time slice of the given period in the profile table.

[Visual Basic .NET]
Public Property LastTimeSliceFieldName As String
[C#]
public string LastTimeSliceFieldName {get; set;}
[C++]
HRESULT get_LastTimeSliceFieldName(
  BSTR* LastTimeSliceFieldName
);
[C++]
HRESULT put_LastTimeSliceFieldName(
  BSTR LastTimeSliceFieldName
);
[C++]

Parameters

LastTimeSliceFieldName [out, retval]   LastTimeSliceFieldName is a parameter of type BSTR LastTimeSliceFieldName [in]   LastTimeSliceFieldName is a parameter of type BSTR

Product Availability

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

See Also

IHistoricalTrafficData Interface