com.esri.arcgis.analyst3d
Interface IBasicScene2

All Superinterfaces:
IBasicScene, Serializable
All Known Implementing Classes:
Globe, Scene

public interface IBasicScene2
extends IBasicScene, Serializable

Provides access to basic members of the scene.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.


Method Summary
 IAnimationExtension getAnimationExtension()
          The animation extension containing tracks and environment settings.
 
Methods inherited from interface com.esri.arcgis.analyst3d.IBasicScene
getBasicDisplay, loadAnimation, saveAnimation
 

Method Detail

getAnimationExtension

IAnimationExtension getAnimationExtension()
                                          throws IOException,
                                                 AutomationException
The animation extension containing tracks and environment settings.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

Returns:
A reference to a com.esri.arcgis.animation.IAnimationExtension
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.