Hello,
I'm trying to get the ImageSource from the feature-symbol on the map in order to display it on other control.
I registered to the event: featureLayer_MouseLeftButtonUp
and tried to convert e.Graphic.Symbol to PictureMarkerSymbol,
the problem is that pictureMarkerSymbol was defined in the namespace:
ESRI.ArcGIS.Client.FeatureService.Symbols.PictureMarkerSymbol
and when I try to use it I get a compile error -"cannot access internal class PictureMarkerSymbol"
Is it possible to get the PictureMarkerSymbol object in other way?
or maybe i can get the feature symbol (the image) in different way?
Thanks!
Betty