This document is archived and information here might be outdated. Recommended version. |
Name of the field that has start time for a row.
[Visual Basic .NET]
Public Property StartTimeFieldName As String
[C#]
public string StartTimeFieldName {get; set;}
[C++]
HRESULT get_StartTimeFieldName(
System.String* FieldName
);
[C++]
HRESULT put_StartTimeFieldName(
BSTR FieldName
);
[C++] Parameters FieldName [out, retval]
FieldName is a parameter of type BSTR* FieldName [in]
FieldName is a parameter of type BSTR
This property contains the name of the column which contains the start time for each feature. If the feature has only one associated time, then this field is used, and the EndTimeFieldName is not set.