This document is archived and information here might be outdated. Recommended version. |
A container for the display and manipulation of data.
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 | 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. |
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.