GoXam for WPF v3
FindSubGraphParts Method
Northwoods.GoXam Namespace > Group Class : FindSubGraphParts Method
Return a collection of Parts that are all of the nodes and links that are members of this group, including inside nested groups, but excluding this Group itself.
Syntax
public IEnumerable<Part> FindSubGraphParts()
Remarks

For member nodes that are Groups, this will include its members recursively.

If you only want the immediate member nodes of this group, use MemberNodes. If you only want the immediate member links of this group, use MemberLinks.

See Also

Reference

Group Class
Group Members