Hi,
I am developing an Add-in using ArcGIS Pro .NET SDK and need to record the map co-ordinates with a mouse click event in the button click event of C#.net code. can someone help me with this?
Thanks
ArcGIS Pro SDK wiki and the Samples repos provide some help with this:
1. Here is a code snippet that gets the clicked point in a map: Create a tool to the return coordinates of the point clicked in the map
2. MapTool Overlay Control sample: This sample provides a map tool that when you left click in the view will show the map coordinates of the click location in the top left corner of the view.
Thanks
Uma