Seeking function

 From:  fcwilt
11709.3 In reply to 11709.2 
Hi,

Just those that are not hidden.

I know I can just iterate over all objects and check the hidden property but I thought, since there was a function that did that for the selected property perhaps there was one for the "visible" property (hidden = false).

I got it working doing the above but it did lead to a question.

When setting the hidden property to FALSE I found that I had to do the same for all sub-objects for the object to be displayed.

The question: when setting the hidden property to TRUE does that automatically set the hidden property for all sub-objects?

Thanks.

Frederick