In ArcMap 10.5 I could send points to the editor like so:
IEditor3 editor = ArcMap.Editor as IEditor3;
editor.SendPoint(worldPoint, true);
Is there any way to accomplish the same thing with the ArcGIS Pro SDK?
I see plenty of snippets for creating new edit operations, but I want to pass coordinates to the users active tool.