com.esri.arcgis.animation
Interface IVideoExportUtils2

All Superinterfaces:
IVideoExportUtils, java.io.Serializable
All Known Implementing Classes:
AGAnimationUtils, IVideoExportUtils2Proxy

public interface IVideoExportUtils2
extends IVideoExportUtils, java.io.Serializable

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

Description: 'Provides access to video export methods.' 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 IIDb082ac71_d735_48f5_b918_8def9129bb2c
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.animation.IVideoExportUtils
IID3bd31712_38e4_4b6f_9ef5_bd46f90276a9
 
Method Summary
 void getCameraProperties(IAGAnimationContainer pContainer, IDoubleArray[] ppCameraProps)
          The camera properties.
 
Methods inherited from interface com.esri.arcgis.animation.IVideoExportUtils
getOffScreenBitmapHandle, getOffScreenTiledBitmapHandle, getWindowBitmapHandle, isBBoxNavigationMode, restorePreviousContext, setBBoxNavigationMode
 

Field Detail

IIDb082ac71_d735_48f5_b918_8def9129bb2c

static final int IIDb082ac71_d735_48f5_b918_8def9129bb2c
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

getCameraProperties

void getCameraProperties(IAGAnimationContainer pContainer,
                         IDoubleArray[] ppCameraProps)
                         throws java.io.IOException,
                                AutomationException
The camera properties.

Parameters:
pContainer - A reference to a com.esri.arcgis.animation.IAGAnimationContainer (in)
ppCameraProps - A reference to a com.esri.arcgis.system.IDoubleArray (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.