Revit 2023 API |
StairsLanding..::..Thickness Property |
StairsLanding Class See Also |
The thickness of the landing.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.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 (); } |