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.1.0.0 (26.1.0.34)
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 |