ArcObjects Library Reference (Controls)  

ISceneControlDefault.SceneViewer Property

The SceneViewer associated with the SceneControl.

[Visual Basic .NET]
Public ReadOnly Property SceneViewer As ISceneViewer
[C#]
public ISceneViewer SceneViewer {get;}
[C++]
HRESULT get_SceneViewer(
  ISceneViewer** pVal
);
[C++]

Parameters

pVal [out, retval]

  pVal is a parameter of type ISceneViewer

Product Availability

Available with ArcGIS Engine.

Description

This is the SceneViewer contained within the SceneControl.

See Also

ISceneControlDefault Interface