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 | ||
---|---|---|
AttachedObjects | Provides access to the objects attached to the track. | |
GetTimeWindow | Provides access to the time window for the given object. | |
ShowTrackName | Indicates whether to show the track name. | |
ShowTrackTime | Indicates whether to show the track time. | |
TimeWindows | Provides access to the time windows for the objects attached to the track. | |
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.