GoXam for WPF v3
FindCommonContainingSubGraph(Part) Method
Northwoods.GoXam Namespace > Part Class : FindCommonContainingSubGraph(Part) Method
Find the group that contains both this part and another one.
Syntax
public Group FindCommonContainingSubGraph( 
   Part other
)

Parameters

other

Return Value

This returns null if the two parts are unrelated in the hierarchy of part membership. If non-null, the result is a Group.
See Also

Reference

Part Class
Part Members