UndergroundStorageFreeboard Property |
Gets or sets the freeboard that controls how close to the specified Exceedance Level the water must reach before the Status (on the Summary) shows Flood Risk.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic double Freeboard { get; }Public ReadOnly Property Freeboard As Double
Get
public:
property double Freeboard {
double get ();
}Property Value
Double
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when setting the property with a negative value.
|
See Also