Hi,
I'm using the Feature Reduction to display clusters of graphics inside a GraphicOverlay. The clustering works fine but if I clear the graphics inside the overlay the clusters are still drawn on the map.
The clear is done using
_overlay.Graphics.Clear();
If I try to identify the elements it correctly returns no results because there isn't any graphic.
I'm using SDK version 200.6 with .NET 9.