RVTDocs.com

MultistoryStairs.CanConnectLevel

Method
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.
Syntax
public bool CanConnectLevel(
	ElementId levelId
)
Parameters
Parameter Type Description
levelId ElementId The id of the level.
Return Value
Type Description
Boolean True if the level can be connected to this multistory stairs, false otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null