I got the following error when I was trying to select features using a geometry from a SketchTool.
var pFeatures = pActiveView.GetFeatures(pGeometry);
"3D views only support selecting features interactively using geometry in screen coordinates relative to the top-left corner of the view."
I changed SketchOutputMode from Map to Screen. I had the same error. Any ideas?