This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IV > IViewers3D Interface > IViewers3D.Scene Property (ArcObjects .NET 10.5 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