| Revit 2021.1 API |
| RoofComponents..::..ScaledDepth Property |
| RoofComponents Class See Also |
The depth of the roof slab.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 21.0.0.0 (21.1.1.109)
Since:
2014
Syntax
| C# |
|---|
public double ScaledDepth { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ScaledDepth As Double Get |
| Visual C++ |
|---|
public: property double ScaledDepth { double get (); } |