RVTDocs.com

MultistoryStairs.ConnectLevels

Method
Description:
Extends the multistory stairs by connecting input levels.
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.
Syntax
public void ConnectLevels(
	ISet<ElementId> levelIds
)
Parameters
Parameter Type Description
levelIds ISet The level ids.
Return Value
Exceptions
Exception Condition
ArgumentException This multistory stairs cannot connect to one or more members of levelIds.
ArgumentNullException A non-optional argument was null