Extends the multistory stairs by connecting input levels.
Namespace: Autodesk.Revit.DB.ArchitectureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void ConnectLevels(
ISet<ElementId> levelIds
)
Parameters
- levelIds ISet<ElementId>
-
The level ids.
Exceptions
Remarks
The added stairs will be categorized into different groups based on level heights automatically. Stairs with the same level height are considered a group and can be edited together.
You cannot connect the levels between standard stairs top and bottom or already connected.
See Also
Reference