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


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

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