I have a SceneView and it's configured to use the Terrain3D ServiceElevationSource. Is there any way to use this to get the elevation of a specific lat / lon?
(Seems like it should be possible because when I tap on the SceneView, it gives me the elevation for that point. However, I'm looking for a programmatic way - as in not having to go through the UI.)