Specifies a value to extend/trim the run's first step against base elevation of the stairs if the stairs begins with a tread.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.0)
Since:
2014
Syntax
| C# |
|---|
public double ExtensionBelowTreadBase { get; set; } |
| Visual Basic |
|---|
Public Property ExtensionBelowTreadBase As Double
Get
Set |
| Visual C++ |
|---|
public:
property double ExtensionBelowTreadBase {
double get ();
void set (double value);
} |
Field Value
0.0 if the stairs run connects with stairs landing or the stairs run doesn't begin with a thread.
Remarks
Exceptions
| Exception | Condition |
|---|
| Autodesk.Revit.Exceptions..::..ArgumentOutOfRangeException |
When setting this property: The given value for extendBelowTreadBase must be no more than 30000 feet in absolute value.
-or-
When setting this property: The extendBelowTreadBase is not less than run height.
-or-
When setting this property: The extendBelowTreadBase is greater than the top elevation of the stairs run.
|
| Autodesk.Revit.Exceptions..::..InvalidOperationException |
When setting this property: The run cannot extend its below base because its base joins with other stairs components.
-or-
When setting this property: The run cannot extend its below tread base because it doesn't begin with a tread.
|
See Also