Changes in 2025 vs 2024 5 changed
Flip API Versions →Changed members
CurtainGrid.AddGridLine(Boolean, XYZ, Boolean)
| isUGridLine | Boolean | If true, a U-direction grid line will be added. Otherwise, a V-direction grid line will be added. |
| position | XYZ | The position of the grid line. |
| oneSegmentOnly | Boolean | If it is true, only one segment is added. Otherwise, all segments will be added for the grid line. |
| → returns | CurtainGridLine→nullNothingnullptr | The created grid line is returned if the operation is successful. Otherwise, null Nothing nullptr a null reference ( Nothing in Visual Basic) is returned. |
CurtainGrid.GetCell(ElementId, ElementId)
| 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. |
| → returns | CurtainCell | The cell. |
CurtainGrid.GetMullionIds()
| → returns | ICollection→The mullion ElementIds | The mullion ElementIds |
CurtainGrid.GetPanel(ElementId, ElementId)
| 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. |
| → returns | Panel→nullNothingnullptr | The panel, or null Nothing nullptr a null reference ( Nothing in Visual Basic) if the panel cannot be found at this intersection. |
CurtainGrid.GetPanelIds()
| → returns | ICollection→The panel ElementIds | The panel ElementIds |