ArcObjects Library Reference (TrackingAnalyst)  

ITimeControl.TemporalMode Property

Indicates whether data is being shown in real-time or playback mode.

[Visual Basic .NET]
Public Property TemporalMode As enumPlaybackTemporalMode
[C#]
public enumPlaybackTemporalMode TemporalMode {get; set;}
[C++]
HRESULT get_TemporalMode(
  enumPlaybackTemporalMode* pVal
);
[C++]
HRESULT put_TemporalMode(
  enumPlaybackTemporalMode pVal
);
[C++]

Parameters

pVal [out, retval]

  pVal is a parameter of type enumPlaybackTemporalMode

pVal [in]

  pVal is a parameter of type enumPlaybackTemporalMode

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITimeControl Interface