This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRealTimeFeedSimulator Interface > IRealTimeFeedSimulator.TimeField Property (ArcObjects .NET 10.4 SDK) |
The name of the field used for a data-driven time interval. Defaults to 'TIME'.
[Visual Basic .NET] Public Property TimeField As String
[C#] public string TimeField {get; set;}
[C++]
HRESULT get_TimeField(
BSTR* pFieldName
);
[C++]
HRESULT put_TimeField(
BSTR pFieldName
);
[C++]
Parameters pFieldName [out, retval] pFieldName is a parameter of type BSTR pFieldName [in] pFieldName is a parameter of type BSTR