How can I use a similar functionality as the WebScene method goTo in a workflow?
See: https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#goTo
I have used the get scene viewpoint activity, but changing properties in there and then using set scene viewpoint activity does nothing.
0
-
When you perform a Get Map activity you get an object back that has the property view, on which you can call goTo with an expression evaluator activity, e.g. put Expression =$map1.map.view.goTo({tilt: 50}) to tilt the map with 50 degrees!
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
1 Kommentar