PondStageStorageCalculationMethod Enumeration

Specifies the calculation method used for pond stage storage calculations.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntax
public enum PondStageStorageCalculationMethod
Members
Member nameValueDescription
SurfaceVolume0 
ConicApproximation1 
AverageEndArea2 
Remarks
Surface-based ponds will always use the SurfaceVolume method. Contour-based ponds can use any method.
See Also