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); } }
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.