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


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

ITimeDisplay Interface

Provides access to members that control the Time Extent.

Product Availability

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

Description

This interface allows the Display to respond to programmatic commands that change the currently displayed time.  All layers participating in the Time system will respond to commands sent to this Display interface.

Members

Name Description
Read/write property TimeReference Time reference using which the data has to be displayed.
Read/write property TimeValue Time Extent for which the data has to be displayed.

Classes that implement ITimeDisplay

Classes Description
GlobeDisplay (esriGlobeCore) The globe display object.
SceneGraph (esri3DAnalyst) A container for recording data and events that occur in a scene.
ScreenDisplay Display class for drawing to window.
SimpleDisplay Display class for drawing to any HDC.

.NET Samples

Make a custom time slider Set the time extents for a layer then render the layer