Is there a way using C++ to return the results of FindNEarby (or any collection for that matter). I think the elements are getting released when they go out of scope.
What I really want to do is create a list of nearby but then take elements out of the list based on other criteria.
The cleanest way would seem to have a list to pass into various filtering routines.
Anybody know how to do this?
Thanks