Greetings,
I use querytask to select polyline feature, but the selected feature colour just the same of all other features in the same layer. I tried to set the colour use:
<esri:SimpleLineSymbol id="lineSymbol"
alpha="0.4"
color="0x0000FF"
width="2">
But it is no effect.
I add code in querytask onResult function using
graphicsLayer.symbol = sfs;
Also no effect.
Is there an example for set colour for polyline selected feature(s), the sample I found both for polygon features.
Thanks.