SketchEditor doesn't start drawing a Circle

1222
4
Jump to solution
01-25-2021 08:42 AM
FloKow
by
New Contributor II

Good morning, when I try to draw a circle with the SketchEditor

 MyMapView.SketchEditor.StartAsync(SketchCreationMode.Circle);

nothing happens!

The Events 

MyMapView.SketchEditor.GeometryChanged

OR

MyMapView.SketchEditor.SelectedVertexChanged 

are not fired.

What is wrong here?

 

Tags (3)
0 Kudos
1 Solution

Accepted Solutions
FloKow
by
New Contributor II

Just doing the same like drawing a line or Polygon.

I'm Clicking on my Map, but nothing happens.

 

My Fault: I have to Click and Drag!

View solution in original post

4 Replies
dotMorten_esri
Esri Notable Contributor

Are you doing the mouse-down+drag operation and don't even see a circle getting drawn? Or just not seeing the events fire?
Which platform are you targeting?

0 Kudos
FloKow
by
New Contributor II

Just doing the same like drawing a line or Polygon.

I'm Clicking on my Map, but nothing happens.

 

My Fault: I have to Click and Drag!

dotMorten_esri
Esri Notable Contributor

Yes a few of the draw operations are a drag, not a click+click like polygon.

0 Kudos
FloKow
by
New Contributor II

Thanks for the Tipp

0 Kudos