PondPorosity Property

Gets or sets the porosity of the pond as a decimal value.

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

Property Value

Double
A value greater than or equal to 0.01 and less than or equal to 1.0 where 1.0 represents 100% porosity.
Exceptions
ExceptionCondition
ArgumentException Thrown when setting the property to a value less than to 0.01 or greater than 1.0.
BackwardCompatibilityException Thrown when setting the value for a pond that was created by an older version of the product.
ForwardCompatibilityException Thrown when setting the value for a pond that was created by a newer version of the product.
Remarks

Note: This property accepts decimal values, not percentages. For example, set 0.5 for 50% or 1.0 for 100%.

See Also