SOLVED: Get 3D view from Document opened in background

Is it possible to get the 3D views from a document opened in the background?

I’ve tried numerous nodes, and none of them provided the 3D views.

In Python, I’ve tried a FilteredElementCollector(doc).OfClass(View3D), but that is an empty list.

I’m sure I’m missing something. Any ideas?

Thanks!

EDIT: I’m sorry guys, I never check to see if the document actually had any 3D Views. My Bad!