Hello, here is my problem: I define a featurelayer in code-behind with a where clause. Then user chooses a value from a combo box and the map zooms to a new area. I am trying to change the where clause on the feature layer so only features with the new area will be shown. Well, the new features are showing up but the old features are still on as well. I can't 'clear' out the old where clause. Any ideas? Thanks Rick
I got it to work by creating the featurelayer in xaml and then just modifying the where clause in code behind. For some reason that works. Thanks. Rick
I got it to work by creating the featurelayer in xaml and then just modifying the where clause in code behind. For some reason that works. Thanks. Rick