Q3ViewerGetGroup
You can use theQ3ViewerGetGroupfunction to get the group of objects currently associated with a viewer.
TQ3GroupObject Q3ViewerGetGroup (TQ3ViewerObject theViewer);
theViewer- A viewer object.
DESCRIPTION
TheQ3ViewerGetGroupfunction returns, as its function result, a reference to the group containing the objects currently associated with the viewer specified by thetheViewerparameter. The reference count of that group is incremented. You should therefore dispose of the group when you have finished using it.