This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IH > IHistoricalTrafficData Interface > IHistoricalTrafficData.FirstTimeSliceFieldName Property (ArcObjects .NET 10.4 SDK) |
The field name of the first time slice of the given period in the profile table.
[Visual Basic .NET] Public Property FirstTimeSliceFieldName As String
[C#] public string FirstTimeSliceFieldName {get; set;}
[C++]
HRESULT get_FirstTimeSliceFieldName(
BSTR* FirstTimeSliceFieldName
);
[C++]
HRESULT put_FirstTimeSliceFieldName(
BSTR FirstTimeSliceFieldName
);
[C++]
Parameters FirstTimeSliceFieldName [out, retval] FirstTimeSliceFieldName is a parameter of type BSTR FirstTimeSliceFieldName [in] FirstTimeSliceFieldName is a parameter of type BSTR