Gets the ids of the base levels of the stairs upon which this railing is placed.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:
2018
Syntax
Visual Basic |
---|
Public Function GetMultistoryStairsPlacementLevels As ISet(Of ElementId) |
Visual C++ |
---|
public:
ISet<ElementId^>^ GetMultistoryStairsPlacementLevels() |
Return Value
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.
Remarks
Exceptions
See Also