2027 Method
Changes 0
M

MultiSegmentGrid.AreGridsInSameMultiSegmentGrid

Description:
Determine whether two Grids are members of the same GridChain.
public static bool AreGridsInSameMultiSegmentGrid(
	Grid grid1,
	Grid grid2
)
Return Value Boolean Returns true if both of the specified Grids are associated to the same MultiSegmentGrid, i.e. getMultiSegementGridId returns the same valid element id for both Grids.