MultiSegmentGrid.AreGridsInSameMultiSegmentGrid
Method
Description:
Determine whether two Grids are members of the same GridChain.
Determine whether two Grids are members of the same GridChain.
Parameters
Parameter | Type | Description |
---|---|---|
grid1 | Grid | A Grid. |
grid2 | Grid | A Grid. |
Return Value
Type | Description |
---|---|
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. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |