StageDesignItemVoidRatio Property

Gets or sets the void ratio value for this item.

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

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