StructureHeadwallBaseThickness Property |
Gets the thickness of the base of the headwall.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double HeadwallBaseThickness { get; }
Public ReadOnly Property HeadwallBaseThickness As Double
Get
public:
property double HeadwallBaseThickness {
double get ();
}
Property Value
Double
ExceptionsException | Condition |
---|
InvalidOperationException |
The structure's type is not inlet-outlet.
|
Remarks
This property is for inlet-outlet structures only.
See Also