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


ISceneControl.SceneViewer Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Controls)  

ISceneControl.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(
void
);

Product Availability

Available with ArcGIS Engine.

Description

This is the SceneViewer contained within the SceneControl.

See Also

ISceneControl Interface