Hi,
I'm looking for a way to more rapidly show dynamic graphics overlaid on a MapView. In ArcObjects, I achieved this using the caching ability of the IScreenDisplay interface and was able to smoothly move a piece of text across the screen as the user moved his mouse. In Pro SDK, I'm using the MapView.Active.AddOverlay() extension method to add an overlay at a location, dispose it, and then it add again at a new location. This works but the refresh rate is very slow, in comparison to what I see in ArcMap on the same machine. Is there a way to do more efficiently so that the refresh rate is improved?
Thanks,
Martin