Example #1
0
 public FlowTracingTool()
 {
     _appWindow = new ApplicationWindow(ArcMap.Application.hWnd);
 }
Example #2
0
 public ZingerButton()
 {
     _appWindow = new ApplicationWindow(ArcMap.Application.hWnd);
 }
 public UrbanDelineationButton()
 {
     _appWindow = new ApplicationWindow(ArcMap.Application.hWnd);
 }
Example #4
0
 public SetupButton()
 {
     _appWindow = new ApplicationWindow(ArcMap.Application.hWnd);
 }