<Code Lib>
2023 Method
Changes 0
M

CurtainGrid.GetUnlockedPanelIds

Description:
Gets all ElementIds of the unlocked panels of the curtain grid.
Remarks:
For curtain walls, the ElementIds in this set are of either Panel or Wall Elements. For curtain systems, ElementIds are of Panel Elements.

public ICollection<ElementId> GetUnlockedPanelIds()

ICollection<ElementId> The unlocked panel ElementIds

Loading…