ArcObjects Library Reference (Animation)  

ITimeLayerTrackExtension Interface

Provides access to the properties/methods of the time layer track extension.

Product Availability

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

Members

Description
Read-only property AttachedObjects Provides access to the objects attached to the track.
Method GetTimeWindow Provides access to the time window for the given object.
Read/write property ShowTrackName Indicates whether to show the track name.
Read/write property ShowTrackTime Indicates whether to show the track time.
Read-only property TimeWindows Provides access to the time windows for the objects attached to the track.
Method UpdateTrackExtension Provides access to the objects attached to the track.

CoClasses that implement ITimeLayerTrackExtension

CoClasses and Classes Description
TimeLayerTrackExtension Time Layer Track Extension.

Remarks

The major purpose of a time layer track extension is to manage the time windows of time layers. When a new time animation track is created, a time layer track extension is created and attached to it. The time windows of the animation objects (layers) can be accessed through this interface. Also, this interface exposes the options to show track name and/or track time in the display.