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