I'm using ArcGIS Runtime 100.0 .NET (using C#). I've got a SceneView set up using MVVM. I'd like to know how I can set the camera from my ViewModel which only has a Scene object. Best I can tell, I have no option to get at the camera or viewpoint from Scene object.
Thanks in advance!