Share

MultistoryStairs.IsAcceptableForMultistoryStairs Method

Checks if the given stairs can be used to create a multistory stairs.


Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public static bool IsAcceptableForMultistoryStairs(
	Stairs stairs
)

Parameters

stairs  Stairs
The given stairs to check.

Return Value

Boolean
Returns true if the stairs can be used to create a multistory stairs; otherwise returns false.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?