com.esri.arcgis.animation
Interface esriAnimationPlayType

All Superinterfaces:
Serializable

public interface esriAnimationPlayType
extends Serializable

The Esri Animation play types.

Product Availability

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


Field Summary
static int esriAnimationPlayTypeDuration
          Play the animation based on duration.
static int esriAnimationPlayTypeFrames
          Play the animation based on number of frames.
 

Field Detail

esriAnimationPlayTypeDuration

static final int esriAnimationPlayTypeDuration
Play the animation based on duration.

See Also:
Constant Field Values

esriAnimationPlayTypeFrames

static final int esriAnimationPlayTypeFrames
Play the animation based on number of frames.

See Also:
Constant Field Values