com.esri.arcgis.animation
Interface IAnimationTypeTime

All Superinterfaces:
Serializable
All Known Implementing Classes:
AnimationTypeTime

public interface IAnimationTypeTime
extends Serializable

Provides access to the properties/methods of the time in .

Product Availability

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


Method Summary
 void assignTimeRange(IAGAnimationTrack pTrack)
          Calculates the minimum and maximum times for the Time Keyframe from the track.
 

Method Detail

assignTimeRange

void assignTimeRange(IAGAnimationTrack pTrack)
                     throws IOException,
                            AutomationException
Calculates the minimum and maximum times for the Time Keyframe from the track.

Product Availability

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

Parameters:
pTrack - A reference to a com.esri.arcgis.animation.IAGAnimationTrack (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.