This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > ISceneGraph Interface > ISceneGraph.Scene Property (ArcObjects .NET 10.4 SDK) |
The scene.
[Visual Basic .NET] Public Property Scene As IScene
[C#] public IScene Scene {get; set;}
[C++]
HRESULT get_Scene(
IScene** pVal
);
[C++]
HRESULT putref_Scene(
IScene* pVal
);
[C++]
Parameters pVal [out, retval]
pVal is a parameter of type IScene pVal [in]
pVal is a parameter of type IScene