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 =
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
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.