MultistoryStairs.GetAllConnectedLevels Method

MultistoryStairsGetAllConnectedLevels Method

Gets all connected level ids of this multistory stairs.

Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public ISet<ElementId> GetAllConnectedLevels()
Public Function GetAllConnectedLevels As ISet(Of ElementId)
public:
ISet<ElementId^>^ GetAllConnectedLevels()
member GetAllConnectedLevels : unit -> ISet<ElementId> 

Return Value

ISetElementId
The ids of connected levels.
See Also