This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > ID > IDatasetDef3 Interface > IDatasetDef3.StartTimeColumn Property (ArcObjects .NET 10.4 SDK) |
The Start Time column in the dataset definition.
[Visual Basic .NET] Public Property StartTimeColumn As String
[C#] public string StartTimeColumn {get; set;}
[C++]
HRESULT get_StartTimeColumn(
BSTR* startTimeColumnName
);
[C++]
HRESULT put_StartTimeColumn(
BSTR startTimeColumnName
);
[C++]
Parameters startTimeColumnName [out, retval] startTimeColumnName is a parameter of type BSTR startTimeColumnName [in] startTimeColumnName is a parameter of type BSTR