Combined point and rectangle tool

1573
1
Jump to solution
10-07-2014 02:27 PM
MarkCederholm
Occasional Contributor III

I see that the annoying "nudge" effect when using the Editor has gone away.

However, in the Beta, it was possible for a rectangle tool to capture a zero-area envelope by clicking on the screen.  That feature seems to have gone away.  Is there a recommended approach for implementing a dual-action tool?

0 Kudos
1 Solution

Accepted Solutions
dotMorten_esri
Esri Notable Contributor

This was an intended change since it's not a valid rectangle to return.

You could do the dual action tool by listening for the MapViewTapped event while waiting for the Rectangle tool to complete (and if it fires, cancel the edit)

View solution in original post

0 Kudos
1 Reply
dotMorten_esri
Esri Notable Contributor

This was an intended change since it's not a valid rectangle to return.

You could do the dual action tool by listening for the MapViewTapped event while waiting for the Rectangle tool to complete (and if it fires, cancel the edit)

0 Kudos