This document is archived and information here might be outdated.  Recommended version.


Scene Class (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Classes > S > Scene Class
ArcGIS Developer Help

SceneClass Class

A container for the display and manipulation of data.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Extended Error Information

Use the ISupportErrorInfo method InterfaceSupportsErrorInfo to determine if the object supports extended error information. If the object supports extended error info, VC++ developers should use the OLE/COM IErrorInfo interface to access the ErrorInfo object. Visual Basic developers should use the global error object Err to retrieve this extended error information.

Interfaces

Interfaces Description
IActiveView (esriCarto) Provides access to members that control the active view - the main application window.
IActiveViewEvents (esriCarto) Provides access to events that occur when the state of the active view changes.
IAGAnimationTracks (esriAnimation) Provides access to members that control the animation tracks.
IAnimationTracks Provides access to members that control the scene animation tracks.
IBasicMap (esriCarto) Provides access to members that control the basic map.
IBasicScene2 Provides access to basic members of the scene.
IConnectionPointContainer (esriDisplay)
IMap (esriCarto) Provides access to members that control the map.
IMapLayers2 (esriCarto) Provides access to layers.
IMapTimeDisplay (esriCarto) Provides access to members that control the current time on the map.
IMapTimeDisplay2 (esriCarto) Provides access to members that control the current time on the map.
IPersistStream (esriSystem)
IRelationshipClassCollection (esriCarto) Provides access to members that return the memory relationship classes defined for standalone tables or layers in ArcMap.
IScene Provides access to members that control the scene.
ISceneBookmarks Provides access to members that control the scene bookmarks.
ISelectionEvents (esriCarto) Provides access to events that occur when the selection changes.
IStandaloneTableCollection (esriCarto) Provides access to members that control the standalone table collection.
ISupportErrorInfo (esriSystem)
ITableCollection (esriCarto) Provides access to members that control a table collection.

Remarks

Scene is to ArcScene what Map is to ArcMap.  There's only one scene object in each ArcScene session.  It's the collection of various layers.  Similar to that in ArcScene, there's also a scene object in a scene viewer control or a later version, scene control.