This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IS > ISceneControl Interface > ISceneControl.SceneViewer Property (ArcObjects .NET 10.5 SDK) |
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
This is the SceneViewer contained within the SceneControl.