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


IViewers3D Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IV > IViewers3D Interface
ArcGIS Developer Help

IViewers3D Interface

Provides access to members that control 3D displays.

Product Availability

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

Members

Name Description
Read/write property ActiveViewer The active viewer.
Read/write property CurrentViewer The current viewer.
Method FindViewer Finds the Viewer.
Read/write property GestureEnabled Indicates if the mouse gestures are supported.
Method GetAllViewers Returns all registered Viewers.
Method GetBackgroundColor Returns the background color.
Read/write property IsNavigating Indicates if the 3D Display is in navigation mode.
Method RefreshViewers Redraws all viewers.
Method RegisterViewer Adds a viewer to the 3D Display.
Method ReplayFrame Uses the camera to redraw a frame.
Read/write property Scene The scene.
Method SetBackgroundColor Sets the background color.
Method UnregisterViewer Removes a viewer from the 3D Display.

Classes that implement IViewers3D

Classes Description
SceneGraph A container for recording data and events that occur in a scene.

.NET Samples

Animation in the GlobeControl