We have a feature class that has polygons that overlap, and some polygons are entirely self-contained inside of a larger polygon, which is a separate feature. I am manually drawing these features in a graphics layer and applying symbol states to where it highlights the graphic when you hover over it.
The problem is that the larger polygon will always be selected on the instances where there are polygon features inside the boundary of it, so you won't be able to actually hover/select the smaller polygon that is inside. How can I address this issue?
If it is a drawing order type of thing (draw larger polygons before smaller, etc), then I can draw in the order I need to, but in one case, this won't work. If I have three features, one is the large area, and the other two are halves of the same area, then regardless of what order I draw them or order them, either the large area won't be able to be selected, or the smaller two areas won't be able to.