Gets the thickness of the base of the headwall.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public double HeadwallBaseThickness { get; } |
Visual Basic |
---|
Public ReadOnly Property HeadwallBaseThickness As Double Get |
Visual C++ |
---|
public: property double HeadwallBaseThickness { double get (); } |
Remarks
This property is for inlet-outlet structures only.
Exceptions
Exception | Condition |
---|---|
System..::..InvalidOperationException | The structure's type is not inlet-outlet. |