2025.3 Method
Changes 5
M

CurtainGrid.GetPanel

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