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


ITimeControl Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITimeControl Interface
ArcGIS Developer Help

ITimeControl Interface

Provides access to methods and properties needed to manage Playback Manager functions.

Product Availability

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

Members

Name Description
Method AddTemporalReference Adds playback window, which defines the temporal reference of the data during playback.
Read/write property CurrentMap Indicates value of the current map display during playback.
Read/write property CurrentTime Indicates current time during playback.
Read/write property DefaultDateFormat Indicates the default date format used in the Playback Manager.
Read/write property EndTime Indicates end time for playback window.
Read/write property HideHistogram Indicates whether the histogram is hidden from view in the Playback Manager.
Read/write property HistogramBackgroundColor Indicates background color on the Playback Manager's histogram display.
Read/write property HistogramFillColor Indicates fill color on the Playback Manager's histogram display.
Read/write property HistogramOutlineColor Indicates outline color on the Playback Manager's histogram display.
Read-only property HWnd Application handle used by the time control.
Method Monitor Configures the temporal reference for real-time and evaluates the temporal meta data.
Read/write property NudgeMethod Indicates whether or not to nudge the playback needle forward or backward by an increment determined by the current playback rate adjusted by the speed factor.
Read/write property NumberOfSamples Indicates the number of samples used to draw the events on the map during playback.
Method Play Starts playback of data on the map.
Read/write property PlayContinously Indicates whether the Continuous Loop check box is activated, to replay the data repeatedly.
Read/write property PlaySpeedFactor Indicates the factor by which the playback rate is multiplied to speed or slow the playback of data.
Method RemoveAllTemporalReferences Removes all playback window boundaries from the data during playback. Playback window will be determined by the temporal extent of the data.
Method RemoveTemporalReference Removes the playback window, which defines the temporal reference of the data during playback.
Method SetTemporalReferencesFromMap Sets the playback window values for the data based on map values during playback.
Method setTimeRangeFromLayers Sets playback window based on a specific layer's temporal extent.
Method SetTimeSequenceInterval Set the time sequence interval.
Method SetVisible Sets object to display during playback as a visible item on the map.
Read/write property StartTime Indicates start time for playback window.
Read-only property Status Indicates current status of playback.
Method Stop Stops playback of data on the map.
Read/write property TemporalMode Indicates whether data is being shown in real-time or playback mode.
Read-only property TemporalReference The value of the playback window applied to the data during playback.
Read-only property TemporalReferenceCount Number of playback windows applied to the data.
Read-only property TimeSequenceInterval Indicates interval between events played on the map.
Read/write property TimeSequenceRate Indicates rate at which temporal data is played in playback.
Read-only property TimeSequenceUnits Indicates time units used in playback.
Read/write property UpdateDisplay Indicates display update information.
Read-only property Visible Indicates whether or not object is visible during playback.
Read/write property WindowTitle Text appearing in the title bar of the Playback Manager window.

Inherited Interfaces

Interfaces Description
ITimeControlBase Provides access to properties of the time control base.

Classes that implement ITimeControl

Classes Description
TimeControl (esriTrackingAnalystUI) The Playback Manager Control.