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