Gets the individual stairs or stairs group on the given base level.
Namespace: Autodesk.Revit.DB.ArchitectureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public Stairs GetStairsOnLevel(
ElementId levelId
)
Parameters
- levelId ElementId
-
The base level id.
Return Value
Stairs
The id of stairs element on the given level.
Exceptions
See Also
Reference