UndergroundStorageBottomInfiltrationRate Property |
Gets or sets the rate of infiltration through the bottom of the filter area.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic double BottomInfiltrationRate { get; set; }Public Property BottomInfiltrationRate As Double
Get
Set
public:
property double BottomInfiltrationRate {
double get ();
void set (double value);
}Property Value
Double
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when setting the property with a negative value.
|
| BackwardCompatibilityException |
Thrown when setting the property and the object was created by an older product and is incompatible with this application.
|
| ForwardCompatibilityException |
Thrown when setting the property and the object was created by a newer product and is incompatible with this application.
|
See Also