com.esri.arcgis.animation
Interface IVideoExportUtils2

All Superinterfaces:
IVideoExportUtils, Serializable
All Known Implementing Classes:
AGAnimationUtils

public interface IVideoExportUtils2
extends IVideoExportUtils, Serializable

Provides access to video export methods.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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
 

Method Detail

getCameraProperties

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.