StageDesignCollectionOverallVoidRatio Property |
Gets or sets the overall void ratio value.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic double OverallVoidRatio { get; set; }Public Property OverallVoidRatio As Double
Get
Set
public:
property double OverallVoidRatio {
double get ();
void set (double value);
}Property Value
Double
The overall 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
This property is only used when UseOverallVoidRatio is true.
Valid Range: 0.0 (0% void space) to 1.0 (100% void space)
Example: A value of 0.4 means 40% of the facility volume is available for water storage.
When this value changes, all volume calculations in the design table are automatically updated.
See Also