Select to view content in your preferred language

Spatial Query for point feature: highlight results on the map

2155
2
12-28-2011 11:08 AM
NigelAlford
Occasional Contributor
I'm sure this is a simple solution but, I'm adding the spatial query option to my silverlight map and the example shows polygons and I'm using point features. How can I get the points to highlight when the table is selected?
The query is working and showing correct results but with no visible way to confirm the onscreen counterpart to the tabular data.
Here's the tutorial link:http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#SpatialQuery

My code is very long so I'll wait to display my personal code

Thanks,
0 Kudos
2 Replies
DominiqueBroux
Esri Frequent Contributor
Not sure what exactly is your issue, but there is no big difference between polygons and points. You have just to affect a MarkerSymbol to the graphic (instead of a FillSymbol).
To see the selection, this symbol must manage the 'Selected' state and change its visual aspect in this state.
0 Kudos
NigelAlford
Occasional Contributor
Thanks, that was basically it, I also had to Capitalize a single word, this was a difference in my code vs ESRI's for some weird reason.
0 Kudos