Revit 2020.1 API |
CurtainGrid..::..GetPanel Method |
CurtainGrid Class See Also |
Get the specified panel located by the intersection of the grid lines.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Syntax
C# |
---|
public Panel GetPanel( ElementId uGridLineId, ElementId vGridLineId ) |
Visual Basic |
---|
Public Function GetPanel ( _ uGridLineId As ElementId, _ vGridLineId As ElementId _ ) As Panel |
Visual C++ |
---|
public: Panel^ GetPanel( ElementId^ uGridLineId, ElementId^ vGridLineId ) |
Parameters
- uGridLineId
- Type: Autodesk.Revit.DB..::..ElementId
The id of a grid line in the U-direction used to locate the panel.
- vGridLineId
- Type: Autodesk.Revit.DB..::..ElementId
The id of a grid line in the V-direction used to locate the panel.