Gets the thickness of the bottom of the structure.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public double FloorThickness { get; }
VB
Public ReadOnly Property FloorThickness As Double Get
C++
public: property double FloorThickness { double get (); }
Property Value
DoubleExceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | The structure's type is not junction. |
