Skip to content

Commit 6b6f337

Browse files
committed
Add screenshot.
1 parent 4379b46 commit 6b6f337

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Shared/Samples/Display web scene from portal item/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Open a web scene from a portal item.
44

5-
![Image of display web scene from portal item](DisplayWebSceneFromPortalItem.png)
5+
![Image of display web scene from portal item](display-web-scene-from-portal-item.png)
66

77
## Use case
88

@@ -17,8 +17,8 @@ When the sample opens, it will automatically display the scene from ArcGIS Onlin
1717
To open a web scene from a portal item:
1818

1919
1. Create a `PortalItem` with an item ID pointing to a web scene.
20-
2. Create an `ArcGISScene` passing in the portal item.
21-
3. Set the scene to a `SceneView` to display it.
20+
2. Create an `Scene` passing in the portal item.
21+
3. Pass the scene to a `SceneView` to display it.
2222

2323
## Relevant API
2424

Shared/Samples/Display web scene from portal item/README.metadata.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"category": "Scenes",
33
"description": "Open a web scene from a portal item.",
44
"ignore": false,
5-
"images": [],
5+
"images": [
6+
"display-web-scene-from-portal-item.png"
7+
],
68
"keywords": [
79
"portal",
810
"scene",
187 KB
Loading

0 commit comments

Comments
 (0)