This document is archived and information here might be outdated.  Recommended version.


IViewers3D.Scene Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (3DAnalyst)  

IViewers3D.Scene Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IViewers3D Interface

.NET Samples

Create camera flyby from path (Code Files: frmCameraPath)

.NET Related Topics

Animation | Creating a layer animation in globe | How to animate the camera along a path (line feature) in globe | How to create and zoom to a bookmark in globe | How to zoom to selected features in globe