com.esri.arcgis.framework
Interface esriProgressAnimationTypes

All Superinterfaces:
Serializable

public interface esriProgressAnimationTypes
extends Serializable

Progress animation types.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows


Field Summary
static int esriDownloadFile
          Downloading file animation.
static int esriNoAnimation
          No animation.
static int esriProgressGlobe
          Spinning globe animation.
static int esriProgressSpiral
          Spiral file animation.
 

Field Detail

esriProgressGlobe

static final int esriProgressGlobe
Spinning globe animation.

See Also:
Constant Field Values

esriDownloadFile

static final int esriDownloadFile
Downloading file animation.

See Also:
Constant Field Values

esriNoAnimation

static final int esriNoAnimation
No animation.

See Also:
Constant Field Values

esriProgressSpiral

static final int esriProgressSpiral
Spiral file animation.

See Also:
Constant Field Values