I am looking for a way I can simulate the selection method and the symbol highlighting as a part of an add-in extension for the ArcGIS Viewer for Silverlight.
I have the feature layer and the feature I would like to select.
I tried to use: features.Features[0].Select();
I can see the features.Features[0].Selected == true
But the feature isn't highlighted.
Is it because the layer is not selected?
How can I set the layer to selected?
Thank you for your help.