Display a scene with a terrain surface and some imagery.

Use case
Scene views are 3D representations of real-world areas and objects. Scene views are helpful for visualizing complex datasets where 3D relationships, topography, and elevation of elements are important factors.
How to use the sample
When loaded, the sample will display a scene. Pan and zoom to explore the scene.
How it works
- Create a
Sceneobject witharcGISImageryStandardbasemap style. - Create a
Surfaceobject. - Add an
ArcGISTiledElevationSourceobject to the surface. - Set the surface to the scene’s base surface.
- Create a
SceneViewinstance with the scene.
Relevant API
- ArcGISTiledElevationSource
- Scene
- SceneView
- Surface
Tags
3D, basemap, elevation, scene, surface