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