| MultistoryStairsGetStairsPlacementLevels Method | 
   Gets all the levels the given stairs group placed on.
Namespace: Autodesk.Revit.DB.ArchitectureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
 Syntax
Syntaxpublic ISet<ElementId> GetStairsPlacementLevels(
	Stairs stairs
)
Public Function GetStairsPlacementLevels ( 
	stairs As Stairs
) As ISet(Of ElementId)
public:
ISet<ElementId^>^ GetStairsPlacementLevels(
	Stairs^ stairs
)
member GetStairsPlacementLevels : 
        stairs : Stairs -> ISet<ElementId> Parameters
- stairs  Stairs
- 
   A stairs element in this multistory stairs element.
Return Value
ISetElementId
   The ids of base levels of the given stairs in this multistory stairs.
 Exceptions
Exceptions Remarks
Remarks
   If a stairs element is a stairs group, it gets all the base levels of each member of the group;
   If a stairs element is an individual stairs, it just gets the base level of the stairs element.
 See Also
See Also