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); } }
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.