| Revit 2022.1 API |
| StairsLanding..::..Thickness Property |
| StairsLanding Class See Also |
The thickness of the landing.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2013
Syntax
| C# |
|---|
public double Thickness { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Thickness As Double Get |
| Visual C++ |
|---|
public: property double Thickness { double get (); } |