ArcObjects Library Reference (3DAnalyst)  

ISceneViewer Interface

Provides access to members that conrtrol the scene viewer.

Product Availability

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

Members

Description
Read/write property Camera The scene viewer's camera.
Read/write property Caption The scene viewer's caption.
Method ClearGesture Clears the last gesture.
Method DrawToMetafile Draws the contents of the viewer to a device.
Read/write property GestureEnabled Indicates if gesturing is enabled.
Read/write property GestureSensitivity The gesture sensitivity as indicated by number of pixels.
Method GetScreenShot Saves the content of the scene viewer and any windows superimposed on the scene viewer as an image.
Method GetSnapshot Saves the content of the scene viewer as an image.
Read-only property hDC The associated device context.
Read-only property hWnd The associated window handle.
Method OverrideDefaultHandler Supersedes the default event handler.
Method Redraw Redraws the scene viewer.
Read/write property SceneGraph The scene viewer's scene graph.

.NET Snippets

Zoom to Selected Globe Features | Get SceneViewer from SceneControl | Navigate Scene to Bookmark3D | Toggle Between Surface and Global Navigation Mode | Create Animation from Keyframes | Zoom to Globe Layer | Zoom to 3D Bookmark |

.NET Samples

3D dynamic element tracking (Code Files: TrackDynamicObject) | Creating a toolbar of globe tools (Code Files: GeographicCoordinates) | Custom scene navigation commands (Code Files: ExpandFOV Fly NarrowFOV Pan ZoomIn ZoomInOut ZoomOut) | Effects in the GlobeControl (Code Files: Effects) | Multiple globe viewers (Code Files: MultipleGlobeViewers) | Navigating around the GlobeControl (Code Files: Navigation) | Set sun position tool (Code Files: SunPositionTool) |

.NET Related Topics

3DAnalyst | How to wire ArcObjects .NET events | How to zoom to a layer in globe | How to zoom to selected features in globe |