I have an application that uses custom styles for drawing everything. Basically, I override the DrawCore event in my custom style to draw my symbology, be it line, point, or text. I am preparing to add editing capabilities to my application. I will start with point feature input. I have looked at the sample code for point feature input and run it locally. When in point feature input mode, the user clicks a location and a point feature is drawn on the edit overlay. All of this appears to happen on the client side.
My questions are:
1. Is there a way to have the point symbol appear on the mouse pointer until the location is clicked?
2. Do I have any control over the appearance of the point feature displayed?
3. Is it possible to place a point feature and change the rotation angle of that feature as a two step process?
4. Is it possible to use a custom style with the EditOverlay?
Thanks,
Charles