Share

CurtainGrid.GetCell Method

Get the specified cell located by the intersection of the grid lines.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public CurtainCell GetCell(
	ElementId uGridLineId,
	ElementId vGridLineId
)

Parameters

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

CurtainCell
The cell.

Exceptions

ExceptionCondition
ArgumentExceptionThrown if the grid line ids are not part of this curtain grid.

See Also

Reference

Was this information helpful?