RVTDocs.com
Namespace: Autodesk.Revit.DB Class: CurtainGrid

CurtainGrid.GetCell

Method
Description:
Get the specified cell located by the intersection of the grid lines.
Syntax
public CurtainCell GetCell(
	ElementId uGridLineId,
	ElementId vGridLineId
)
Parameters
Parameter Type Description
uGridLineId ElementId The id of a grid line in the U-direction used to locate the cell.
vGridLineId ElementId The id of a grid line in the V-direction used to locate the cell.
Return Value
Type Description
CurtainCell The cell.
Exceptions
Exception Condition
ArgumentException Thrown if the grid line ids are not part of this curtain grid.