I want to select a graphic that has already been drawn on the map. I can't seem to piece this together from sample code so I would appreciate some help.
I have a tiled parcel layer. When a user IDs (selects) a parcel, a graphic is created showing that selected parcel. The user would then open a Buffer distance window, enter in a distance and hit OK. The OK button would fire some kind of code-behind to select the graphic created by the selected parcel (and eventuall buffer it - but I'll ask that in another post if needed).
Can somebody throw me some code that will select an existing graphic? Thanks.