Hello 🙂
I have a WPF window and I created a "Draw" button. This button minimize the wpf window and I would like to be able to draw some points on simple click, draw the polygon based on points on double click, then set the polygon to a row of the attributes table (in my feature layer) and maximize the wpf window.
I instantiate a "class Draw : MapTool" when I click on the "Draw" button, and try to draw some points on a graphic layer based on an example I found, but it doesn't work (and I don't want to let a graphic layer in my content). I know how to get/set the attributes table but the "draw" functions is the real problem. Is there an other way to do that please ?
Thank you ! 🙂