I'm wondering if there's a method like Select By Location on this application. I'm trying to programmatically select point notes that are within a polygon feature class. I can't find anything in the SDK methods and properties. Perhaps someone has any ideas?
you can do the opposite: select features from the feature class that are within the note's geometry. You would need to work with Table class (Search method) of the feature layer.