ArcGISScene.withItem constructor

ArcGISScene.withItem(
  1. Item item
)

Creates a scene with a portal item of type PortalItemType.webScene.

The PortalItem automatically loads when the ArcGISScene loads. If the loaded Item is not a portal item of type PortalItemType.webScene, the scene fails to load.

Parameters: