Share

MultistoryStairs.IsPinned Method

Checks if a stair is pinned.


Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public bool IsPinned(
	Stairs stairs
)

Parameters

stairs  Stairs
A stairs element in this multistory stairs element.

Return Value

Boolean
Returns true if the stairs is pinned; otherwise returns false.

Exceptions

ExceptionCondition
ArgumentException The input stairs is not a member of this multistory stairs.
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?