RailingSetMultistoryStairsPlacementLevels Method |
Sets the ids of the base levels of the stairs upon which this railing is placed.
Namespace: Autodesk.Revit.DB.ArchitectureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void SetMultistoryStairsPlacementLevels(
ISet<ElementId> levelIds
)
Public Sub SetMultistoryStairsPlacementLevels (
levelIds As ISet(Of ElementId)
)
public:
void SetMultistoryStairsPlacementLevels(
ISet<ElementId^>^ levelIds
)
member SetMultistoryStairsPlacementLevels :
levelIds : ISet<ElementId> -> unit
Parameters
- levelIds ISetElementId
-
The ids of levels the railing is placed on.
If input level id set is empty, railings will placed on all levels of the hosting stairs.
Exceptions
Remarks
The method is valid only for railings hosted by stairs in
MultistoryStairs.
The input level ids have to be a subset of level ids of the railing stairs.
See
MultistoryStairs for information about the placement levels that may be passed as input.
See Also