Gets all the levels the given stairs group placed on.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public ISet<ElementId> GetStairsPlacementLevels( Stairs stairs )
Parameters
- stairs Stairs
- A stairs element in this multistory stairs element.
Return Value
ISet<ElementId>The ids of base levels of the given stairs in this multistory stairs.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The input stairs is not a member of this multistory stairs. |
| ArgumentNullException | A non-optional argument was null |
