Snapshot capture Scope box or space?

I am wondering is anyone knows how I would set up the Revit Snap shot to capture the Scope box that the revit family is inside of? If that is not possible is there a way to capture the Space the revit family is inside of? If neither are possible is there any other practical way to capture this information?

We are trying to get a list of similar products in the same areas or spaces of our different projects. This is something we would use to build out a list our designers could use. These products are used in these kinds of areas.

@Gilly it’s possible to correlate family instances with spaces/rooms that they are inside of as well as scope boxes. The first one has APIs that exist that can check if a given point is inside of a space, and the second one can be checked with a point / bounding box intersection filter. With that said, the APIs are there and we should be able to get that info. I will put that on our TODO, and see if anyone else sees any issues with that approach.

Awesome - Thanks for the info.