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

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

Syntax

Visual Basic (Declaration) 
Public 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.

Requirements

See Also

© 2010 All Rights Reserved.