ArcObjects Library Reference (3DAnalyst)  

ISceneGraph.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

ISceneGraph Interface

.NET Samples

Custom scene navigation commands (Code Files: Fly)

.NET Related Topics

3DAnalyst