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