This document is archived and information here might be outdated.  Recommended version.


IRealTimeFeedSimulator.TimeField Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRealTimeFeedSimulator Interface > IRealTimeFeedSimulator.TimeField Property
ArcGIS Developer Help

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(
  System.String* 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