Hello everyone,I'm having trouble with the following : I have a selection on features and store it into an IFeatureSelection. Then I clear the selection with the method Clear(). The featureselection is indeed empty, but on the map, I still see that the features are selected, but they are not really in reality.// My selection of features IFeatureSelection plantSelection = infosXML.LayerPlant as IFeatureSelection; // Load of code ... // Clear the selection plantSelection.Clear(); // Refresh the screen ArcMap.Document.ActiveView.Refresh();
Any help would be REALLY appreciated! Ty all