Hi All,
I'm having a small issue with the removal of LineShapes from an InMemoryFeatureLayer. The problem is after I have removed the line from the layer via code, the line is still displayed on the map. If I zoom in/out, the line is removed, as it should be. I also have a timer that updates the UpdatePanel the map resides in, which also removes the line. However, if I update the panel immidiatley after removing the line (both in the same method), the line is still there. I've also tried zooming in/out via codebehind to no avail. Would anyone have a solution to this problem? Thanks so much.
-Dustin