Revit 2023 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: 23.0.0.0 (23.1.0.0)
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 (); } |