MultistoryStairs.IsPinned
Method
Description:
Checks if a stair is pinned.
Checks if a stair is pinned.
Parameters
| Parameter | Type | Description |
|---|---|---|
| stairs | Stairs | A stairs element in this multistory stairs element. |
Return Value
| Type | Description |
|---|---|
| Boolean | Returns true if the stairs is pinned; otherwise returns false. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The input stairs is not a member of this multistory stairs. |
| ArgumentNullException | A non-optional argument was null |