StageDesignItemVoidRatio Property |
Gets or sets the void ratio value for this item.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic double VoidRatio { get; set; }Public Property VoidRatio As Double
Get
Set
public:
property double VoidRatio {
double get ();
void set (double value);
}Property Value
Double
The void ratio as a decimal value (0.0 to 1.0) representing the percentage of void space available for storage.
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when setting a void ratio outside the valid range of 0.0 to 1.0.
Parameter name: value
|
Remarks
When the void ratio is modified, all volume values in the design table are automatically recalculated.
Valid Range: 0.0 (0% void space) to 1.0 (100% void space)
Example: A void ratio of 0.3 means 30% of the facility volume at this depth is available for water storage.
See Also