This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IH > IHistoricalTrafficData Interface > IHistoricalTrafficData.LastTimeSliceFieldName Property (ArcObjects .NET 10.4 SDK) |
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