com.esri.arcgis.analyst3d
Interface ISxAnimationEnvironment2

All Superinterfaces:
ISxAnimationEnvironment, java.io.Serializable
All Known Implementing Classes:
ISxAnimationEnvironment2Proxy, SxAnimationEnvironment

public interface ISxAnimationEnvironment2
extends ISxAnimationEnvironment, java.io.Serializable

COM Interface 'ISxAnimationEnvironment2'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esri3DAnalyst.olb'

Description: 'Provides access to members that control the Animation Environment.' 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 java.lang.String IID
          Deprecated. Internal use only
static int IIDf406fe81_1101_47eb_9a45_5c4f64b9a0f0
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.analyst3d.ISxAnimationEnvironment
IIDa4c0b647_82ad_11d5_b29b_00508bcdde28
 
Method Summary
 int getPlayMode()
          The play mode (once/loop, forward/reverse).
 double getPlayTime()
          The current animation time during playing.
 boolean isPlayInAllViewers()
          Indicates if the option to play camera animations in for all viewers.
 void setPlayInAllViewers(boolean pbPlayInAll)
          Indicates if the option to play camera animations in for all viewers.
 void setPlayMode(int pPlayMode)
          The play mode (once/loop, forward/reverse).
 void setPlayTime(double pTime)
          The current animation time during playing.
 
Methods inherited from interface com.esri.arcgis.analyst3d.ISxAnimationEnvironment
getAnimationControlsHWnd, getAnimationDuration, getPlayInterval, getSelectedAnimationType, getSelectedKeyframes, getSelectedTracks, getState, isIntervalPlay, putPlayInterval, setAnimationControlsHWnd, setAnimationDuration, setIsIntervalPlay, setSelectedAnimationTypeByRef, setSelectedKeyframesByRef, setSelectedTracksByRef, setState
 

Field Detail

IIDf406fe81_1101_47eb_9a45_5c4f64b9a0f0

static final int IIDf406fe81_1101_47eb_9a45_5c4f64b9a0f0
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getPlayTime

double getPlayTime()
                   throws java.io.IOException,
                          AutomationException
The current animation time during playing.

Returns:
The pTime
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPlayTime

void setPlayTime(double pTime)
                 throws java.io.IOException,
                        AutomationException
The current animation time during playing.

Parameters:
pTime - The pTime (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isPlayInAllViewers

boolean isPlayInAllViewers()
                           throws java.io.IOException,
                                  AutomationException
Indicates if the option to play camera animations in for all viewers.

Returns:
The pbPlayInAll
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPlayInAllViewers

void setPlayInAllViewers(boolean pbPlayInAll)
                         throws java.io.IOException,
                                AutomationException
Indicates if the option to play camera animations in for all viewers.

Parameters:
pbPlayInAll - The pbPlayInAll (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPlayMode

int getPlayMode()
                throws java.io.IOException,
                       AutomationException
The play mode (once/loop, forward/reverse).

Returns:
A com.esri.arcgis.animation.esriAnimationPlayMode constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPlayMode

void setPlayMode(int pPlayMode)
                 throws java.io.IOException,
                        AutomationException
The play mode (once/loop, forward/reverse).

Parameters:
pPlayMode - A com.esri.arcgis.animation.esriAnimationPlayMode constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.