Hi,
Is InMemoryFeatureLayer.QueryTools always null? I can't use (or even try) GetFeaturesIntersecting method because the QueryTools property is null.
What I need to do is to determine features in a rectangle that a user draw on the map. So I followed the pattern of SelectAtTrackShape sample. Instead of using ShapeFileFeatureLayer as in the sample, I need to use the InMemoryFeatureLayer which contains the features.
See the picture bleow.