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


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

IHistoricalTrafficData.FirstTimeSliceFieldName Property

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

Product Availability

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

See Also

IHistoricalTrafficData Interface