Hi, I am using SketchViewModel to draw shapes on the map, but since you can't really specify the radius of a circle, I have to create a circle using the Circle class with Center and Radius and add it on the SketchViewModel graphic layer. But the problem is, once I create the circle and add it on the map, I can enter the edit mode to select the circle (extent box shows, graphic is highlighted...) BUT, I can't move the circle to other location like the graphic I created use SketchViewModel. What did I miss? Can anyone help me?
THanks!