How to Select a Gonode in a GoSubGraph?

Hi,
In a GoView, I have GoNodes. Some of the GoNodes are GoSubGraphs and I have more GoNodes in these GoSubGraphs. I can programmatically ‘select’ a GoNode in the GoView (goView.Selection.Add( objectToSelect ) ) but how can I ‘select’ a GoNode in a GoSubGraph?
Thanks.
Dori

In precisely the same manner. Selected objects do not have to be top-level objects–it is OK for them to be children of groups, including GoSubGraphs.