Gets or sets the porosity of the pond as a decimal value.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic double Porosity { get; set; }Public Property Porosity As Double
Get
Set
public:
property double Porosity {
double get ();
void set (double value);
}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
RemarksNote: This property accepts decimal values, not percentages.
For example, set 0.5 for 50% or 1.0 for 100%.
See Also