Select to view content in your preferred language

Simulating select operation in code

444
1
01-07-2014 04:06 AM
HamutalCohen_Abrahami
New Contributor
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.
0 Kudos
1 Reply
LanceCrumbliss
Frequent Contributor
This the ESRI ArcGIS API for Silverlight Forum.  You may have better luck at the ArcGIS Viewer for Silverlight forum http://forums.arcgis.com/forums/211-ArcGIS-Viewer-for-Silverlight

L
ance
0 Kudos