Hi,
In a project using ESRI Silverlight api version 1.2, I was able to add a FeatureLayer to my map, (the layer resides in ArcGIS Server 9.3.1) and could access the Graphics Collection to interact with the features on the layer.
I have updated the project to use the ESRI Silverlight api version 2.1, in order to use some new funtionality, but now I find that the Graphis Collection is empty and I cannot find a way to access the features on the layer.
Is this a new limitation imposed by the new api, or is there a different way to access features on a FeatureLayer ? Would upgrading to ArcGIS Server 10 solver the issue ?
Thanks.