Share

CurtainGrid.GetUnlockedMullionIds Method

Gets all ElementIds of the unlocked mullions of the curtain grid.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public ICollection<ElementId> GetUnlockedMullionIds()

Return Value

ICollection<ElementId>
The unlocked mullion ElementIds

Remarks

ElementIds are of Mullion Elements.

See Also

Reference

Was this information helpful?