Sorry for the newbie question...
I have two graphics layers on my map. One layer contains graphics of the data I'm interested in - in this case it is leaking pipe information. The second layer contains the DrawSurface where I can draw a rectangle or other geometry to "select" these graphics.
My question is now that I can draw rectangles and display my graphics, how can I query the graphics that are located within the geometry I've drawn.
I've seen other posts that mention converting the drawn rectangle to an envelope and use Linq but I don't know where to start. Can someone point me in the right direction?
Thanks in advance for your help.