ArcObjects Library Reference (Carto)  

IRealTimeFeedSimulator.TimeField Property

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

Product Availability

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

See Also

IRealTimeFeedSimulator Interface