Shrinks the multistory stairs by disconnecting input levels.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void DisconnectLevels( ISet<ElementId> levelIds )
Parameters
- levelIds ISet<ElementId>
- The level ids.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | This multistory stairs cannot disconnect from one or more members of levelIds. |
| ArgumentNullException | A non-optional argument was null |
