Indicates if the stairs is created by stairs components(runs, landings and supports).
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool IsByComponent( Document document, ElementId stairsId )
Parameters
Return Value
BooleanTrue if the stairs is created by components, False otherwise.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The element stairsId does not exist in the document |
| ArgumentNullException | A non-optional argument was null |
