StageDesignCollectionOverallVoidRatio Property

Gets or sets the overall void ratio value.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntax
public double OverallVoidRatio { get; set; }

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
ExceptionCondition
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