arcGISScene property

ArcGISScene? get arcGISScene

The scene that the ArcGISSceneViewController is displaying.

If you assign an ArcGISScene to an ArcGISSceneViewController, 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.

You can load an ArcGISScene into your app before you assign it to an ArcGISSceneViewController by calling GeoModel.load. This is useful if you want to validate the content of a scene before you display it.

set arcGISScene (ArcGISScene? value)