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

CurtainGrid.GetPanel

Method
Description:
Get the specified panel located by the intersection of the grid lines.
Syntax
public Panel GetPanel(
	ElementId uGridLineId,
	ElementId vGridLineId
)
Parameters
Parameter Type Description
uGridLineId ElementId The id of a grid line in the U-direction used to locate the panel.
vGridLineId ElementId The id of a grid line in the V-direction used to locate the panel.
Return Value
Type Description
Panel The panel, or if the panel cannot be found at this intersection.