Gets the ids of all the stairs in this multistory stairs.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public ISet<ElementId> GetAllStairsIds()
Return Value
ISet<ElementId>The ids of the stairs elements that govern groups of stairs, and the stairs elements that represent individual stairs.
