StructureHeadwallBaseWidth Property |
Gets the width of the base of the headwall.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double HeadwallBaseWidth { get; }
Public ReadOnly Property HeadwallBaseWidth As Double
Get
public:
property double HeadwallBaseWidth {
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