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.Scene Property (ArcObjects .NET 10.5 SDK) |
The Scene object associated with the SceneControl.
[Visual Basic .NET] Public ReadOnly Property Scene As IScene
[C#] public IScene Scene {get;}
[C++]
HRESULT get_Scene(
IScene** pVal
);
[C++]
Parameters pVal [out, retval]
pVal is a parameter of type IScene
This is a shortcut to the ISceneGraph::Scene property.