I am creating a graphics layer at runtime from code behind. What I really would like to do is allow the user to use like the Query piece where you can draw a bounding box (or rubberband), and then be able to loop through the graphics layer and check to see which graphic items fell into the area that was drawn. I see demos on Feature Services doing this, but like I said, I building a graphics layer at runtime so I cannot do it like that.
Is this possible? If so, how?