When I add a geometry to a scene using MapView.AddOverlay(), the geometry will not show up when I try to print a layout of this scene. I assume that due to the technical nature of a GraphicOverlay.
So far, the only way I've been able to print geometries is to save them to a FeatureClass and add a corresponding layer to the scene.
Are there any alternative ways I can print a geometry in ArcGIS Pro SDK, without saving the geometry to a FeatureClass ?