Using the SelectionMapAction you can select features, load them to a grid, clear the selected etc... with no problem. But i can't figure out to clear the map of the selected features other than click on an empty spot on the map with the tool. I tried
SelectionMapAction.SelectedFeatures.Clear
Map1.Refresh
This does not clear the highlighted graphic layer from the SelectionMapAction from the map.
Anyone know how to remove the selected graphic features from the map in code?