PondStageStorageCalculationMethod Enumeration |
Specifies the calculation method used for pond stage storage calculations.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic enum PondStageStorageCalculationMethod
Public Enumeration PondStageStorageCalculationMethod
public enum class PondStageStorageCalculationMethod
Members| Member name | Value | Description |
|---|
| SurfaceVolume | 0 | |
| ConicApproximation | 1 | |
| AverageEndArea | 2 | |
Remarks
Surface-based ponds will always use the SurfaceVolume method.
Contour-based ponds can use any method.
See Also