Hi
I am editing a shape using EditInteractiveOverlay and want to stop editing when I click a button.
I can see two methods in the overlay called EndEditing and EndEditingCore.
However, both are protected and both only seem to take a PointShape as a parameter. I can be editing any kid of shape.
How do I either call a method in the edit overlay or derive a custom overlay so that I can end editing on all shapes in the edit overlay no matter what type they are?
Cheers
Steve