<Code Lib>
2026 Method
Changes 5
M

Railing.GetMultistoryStairsPlacementLevels

Description:
Gets the ids of the base levels of the stairs upon which this railing is placed.
Remarks:
The method is valid only for railings hosted by stairs in MultistoryStairs.

public ISet<ElementId> GetMultistoryStairsPlacementLevels()

ISet<ElementId> The ids of levels the railing is placed on. The returned set consists of a subset of the base level ids of the corresponding stairs in the MultistoryStairs .

Loading…