I have a problem with the sketchEditor in WPF when I create a rectangle or a circle. I take the example of the ESRI site. one time out of 2, it draws the shape. and the other time not, but the map moves. Obliged to click once more to be able to redraw.
SketchCreationMode creationMode <SPAN class="operator token">=</SPAN> <SPAN class="punctuation token">(</SPAN>SketchCreationMode<SPAN class="punctuation token">)</SPAN>SketchModeComboBox<SPAN class="punctuation token">.</SPAN>SelectedItem<SPAN class="punctuation token">;</SPAN>
geometry <SPAN class="operator token">=</SPAN> <SPAN class="keyword token">await</SPAN> MyMapView<SPAN class="punctuation token">.</SPAN>SketchEditor<SPAN class="punctuation token">.</SPAN><SPAN class="token function">StartAsync</SPAN><SPAN class="punctuation token">(</SPAN>creationMode<SPAN class="punctuation token">,</SPAN> <SPAN class="keyword token">true</SPAN><SPAN class="punctuation token">)</SPAN><SPAN class="punctuation token">;</SPAN>
Have you encountered this issue before?