2027 Method
Changes 0
M

MultistoryStairs.CanConnectLevel

Description:
Checks if the given level can be connected into multistory stairs. You cannot connect levels between standard stairs top and bottom or already connected.
public bool CanConnectLevel(
	ElementId levelId
)
Return Value Boolean True if the level can be connected to this multistory stairs, false otherwise.