Hello! I'm trying to access the updated Z values for graphics when the elevationInfo property changes. An example can been seen here, provided by Esri:
https://developers.arcgis.com/javascript/latest/sample-code/scene-elevationinfo/
My goal is to access to new values of the balloon graphics. For example, when the layer is set to relative-to-scene and set the expression to 0, some of the balloons are on top of the buildings. But when you access the properties of the graphics, they Z values of the geometry are the same as they were when they where instantiated. I'd like to be able to get the new, real-world Z values for the points.
Any help or guidance towards what I should look at would be greatly appreciated. Thanks!