PickObject and SubGraphs

It seems like PickObject works well in detecting objects contained in a subgraph but returns null for coordinates that are empty in the subgraph… the only time it returns the subgraph itself is at the node hndle and edges. Shouldn’t the empty areas within the subgraph have the GoSubgraph returned?.. Can this be implemented before 2.2 goes into production? If not… how can we use something similar to Pick to detect when we are over any part of a SubGraph?
Joe Licata

Check out the GoSubGraph.PickableBackground property.

That did it!
Thanks…
Joe Licata