MultistoryStairs.Create
Method
Description:
Creates a multistory stairs from an existing component-based stairs.
Creates a multistory stairs from an existing component-based stairs.
Parameters
| Parameter | Type | Description |
|---|---|---|
| stairs | Stairs | A component-based stairs. |
Return Value
| Type | Description |
|---|---|
| MultistoryStairs | The newly created element. Use [M:Autodesk.Revit.DB.Architecture.MultistoryStairs.ConnectLevels(System.Collections.Generic.ISet`1{Autodesk.Revit.DB.ElementId})] to extend this to multiple stories and generate stairs groups for each level height. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |