Property Scene
Scene
Gets or sets the scene that the LocalSceneView is displaying.
Declaration
public Scene? Scene { get; set; }
Property Value
| Type | Description |
|---|---|
| Scene | The scene the view renders. |
Remarks
If you assign a Scene to a LocalSceneView, the scene, its Surface, Basemap, and collection of operational layers automatically start to load. When loading completes, the layers and basemap are rendered with the basemap draped over the surface.
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
| Target | Versions |
|---|---|
| .NET Windows | 300 |