M

CurtainGrid.GetCell

Description:
Get the specified cell located by the intersection of the grid lines.
public CurtainCell GetCell(
	ElementId uGridLineId,
	ElementId vGridLineId
)
  • uGridLineId
    The id of a grid line in the U-direction used to locate the cell.
  • vGridLineId
    The id of a grid line in the V-direction used to locate the cell.
Return Value CurtainCell The cell.