Get the specified panel located by the intersection of the grid lines.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public Panel GetPanel(
ElementId uGridLineId,
ElementId vGridLineId
)
Parameters
- 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
Panel The panel, or
null if the panel cannot be found at this intersection.
See Also
Reference