com.esri.arcgis.animation
Interface esriAnimationPlayType

All Superinterfaces:
java.io.Serializable

public interface esriAnimationPlayType
extends java.io.Serializable

Constants from esriAnimationPlayType' enum. Generated 3/19/2015 1:20:39 PM from 'C:\ArcGIS\COM\esriAnimation.olb'

Description: 'The Esri Animation play types.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


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