Sketch editor

795
3
08-15-2017 11:51 AM
ChadKoenig1
New Contributor II

Is there a way with any of the ArcGIS runtime APIs to configure the sketch shape so as you're drawing the shape follows your cursor and thus previewing what the shape will look like if you drop the next vertex?  Specifically when the sketch configuration mode is Polygon?  Similar to the behavior when you create a feature in ArcMap, the sketch follows the cursor.  Thanks in advance,

Chad

0 Kudos
3 Replies
dotMorten_esri
Esri Notable Contributor
0 Kudos
ChadKoenig1
New Contributor II

Thanks.  I was aware of the freehand mode and we'll be using it to be sure.  But I think some of our users prefer to point and click to create a polygon so we'll need to use that mode as well.  So is it possible currently or are there plans to have the sketch shape follow the cursor as it moves over the map while in the middle of creating a polygon?  Thanks,

Chad

MarkCederholm
Occasional Contributor III

Here's an example of a class that extends the sketch editor to support "rubberbanding" behavior.

0 Kudos