Show / Hide Table of Contents

Property Scene

Scene

Gets or sets the scene that the SceneView is displaying.

Declaration
[TypeConverter(typeof(SceneConverter))]
public Scene Scene { get; set; }
Property Value
Type Description
Scene

The scene the view renders.

Remarks

If you assign a Scene to a SceneView, the scene, its Surface, Basemap, and collection of operational layers automatically start to load. When loading completes, the layers and basemap are rendered over the Surface in the scene view.

Setting a non-loaded scene to a view starts the load process of the scene so the scene can be displayed once loaded.

Applies to

Platforms and versions
TargetVersions
.NET 6.0 Windows100.13 - 200.2
.NET Framework100.0 - 200.2
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
In This Article
Back to top Copyright © 2022 Esri.