ArcObjects Library Reference (3DAnalyst)  

IViewers3D.ActiveViewer Property

The active viewer.

[Visual Basic .NET]
Public Property ActiveViewer As ISceneViewer
[C#]
public ISceneViewer ActiveViewer {get; set;}
[C++]
HRESULT get_ActiveViewer(
  ISceneViewer** ppViewer
);
[C++]
HRESULT putref_ActiveViewer(
  ISceneViewer* ppViewer
);
[C++]

Parameters

ppViewer [out, retval]

  ppViewer is a parameter of type ISceneViewer

ppViewer [in]

  ppViewer is a parameter of type ISceneViewer

Product Availability

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

See Also

IViewers3D Interface

.NET Samples

Creating a toolbar of globe tools (Code Files: GeographicCoordinates) | Globe Fly tool (Code Files: Fly) | Multiple globe viewers (Code Files: MultipleGlobeViewers) | Set sun position tool (Code Files: SunPositionTool) | Visualizing the camera path while animating (Code Files: VisualizeCameraPath) |