Northwoods.GoSilverlight 1.1.3 Assembly
FindCommonContainingSubGraph(Part) Method
See Also  Send Feedback
Northwoods.GoXam Namespace > Part Class > FindCommonContainingSubGraph Method : FindCommonContainingSubGraph(Part) Method

other
Find the group that contains both this part and another one.

Syntax

Visual Basic (Declaration) 
Public Overloads Function FindCommonContainingSubGraph( _
   ByVal other As Part _
) As Group
C# 
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