|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISxAnimationEnvironment2
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 |
---|
static final int IIDf406fe81_1101_47eb_9a45_5c4f64b9a0f0
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
double getPlayTime() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPlayTime(double pTime) throws java.io.IOException, AutomationException
pTime
- The pTime (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isPlayInAllViewers() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPlayInAllViewers(boolean pbPlayInAll) throws java.io.IOException, AutomationException
pbPlayInAll
- The pbPlayInAll (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPlayMode() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPlayMode(int pPlayMode) throws java.io.IOException, AutomationException
pPlayMode
- A com.esri.arcgis.animation.esriAnimationPlayMode constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |