UndergroundStoragePorosity Property |
Gets the percentage of the underground storage that is available for storage as a decimal value.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic double Porosity { get; }Public ReadOnly Property Porosity As Double
Get
public:
property double Porosity {
double get ();
}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.
See Also