MultistoryStairs.CanDisconnectLevel
Method
Description:
Checks if the given level can be disconnected from multistory stairs. You cannot disconnect the levels of standard stair (the stair associated with the Reference Level for the multistory stairs) or already disconnected.
Checks if the given level can be disconnected from multistory stairs. You cannot disconnect the levels of standard stair (the stair associated with the Reference Level for the multistory stairs) or already disconnected.
Parameters
Parameter | Type | Description |
---|---|---|
levelId | ElementId | The id of the level. |
Return Value
Type | Description |
---|---|
Boolean | True if the level id can be used to remove stairs. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |