CurtainGrid.GetCell
Description:
Get the specified cell located by the intersection of the grid lines.
Get the specified cell located by the intersection of the grid lines.
public CurtainCell GetCell(
ElementId uGridLineId,
ElementId vGridLineId
)
-
uGridLineIdThe id of a grid line in the U-direction used to locate the cell.
-
vGridLineIdThe id of a grid line in the V-direction used to locate the cell.
Return Value
The cell.
The cell.
-
Thrown if the grid line ids are not part of this curtain grid.