or just after clicking the tool's button?
public class Tool1 : ESRI.ArcGIS.Desktop.AddIns.Tool { public Tool1() { this.Cursor = Cursors.SizeAll; } protected override void OnMouseUp(MouseEventArgs arg) { base.OnMouseUp(arg); System.Diagnostics.Debug.WriteLine(arg.X + " " + arg.Y); } }
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.