This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IS > ISceneControlDefault Interface > ISceneControlDefault.Scene Property (ArcObjects .NET 10.4 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.