I am evaluating Map Suite 3.0 Desktop Edition so I am unfamiliar with the product. I need to edit a line feature. What I would like to do is to click near the line, find the closest vertex to the mouse location, and attach that vertex of the line to the mouse (the vertex moves as the mouse moves) until the next mouse click. At that time, the feature is written back to the source and the source refreshed. For evaluation purposes, I am working with shape files, but the final product will use SQL Server.
I can already click near the line and get the desired feature. I can highlight the feature, I can get the nearest vertex, or at least get a vertex value within the vertex collection of the line. As I move the mouse ater these steps, I can see that something is happening. The 'unlicensed' watermark moves around. The redraw process takes too long, and the line doesn't display as I would expect.
Am I overengineering this? Is there a simple way to do what i want to do? Is there sample code for this procedure?