com.esri.arcgis.system
Interface esriAnimations

All Superinterfaces:
Serializable

public interface esriAnimations
extends Serializable

ESRI animation types.

Remarks

This enumeration was meant to be used by the IAnimationProgressor::Animation property. However, this property is not implemented so therefore these esriAnimations constants are not used by anything.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriAnimationDrawing
          Animation to depict painting or drawing.
static int esriAnimationLast
          Always the last animation.
static int esriAnimationOther
          User AVI animation.
static int esriAnimationPrinting
          Animation to depict printing.
 

Field Detail

esriAnimationDrawing

static final int esriAnimationDrawing
Animation to depict painting or drawing.

See Also:
Constant Field Values

esriAnimationPrinting

static final int esriAnimationPrinting
Animation to depict printing.

See Also:
Constant Field Values

esriAnimationOther

static final int esriAnimationOther
User AVI animation.

See Also:
Constant Field Values

esriAnimationLast

static final int esriAnimationLast
Always the last animation.

See Also:
Constant Field Values