PondSetStageStorageCalculationMethod Method |
Sets the stage storage calculation method for the pond.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic bool SetStageStorageCalculationMethod(
PondStageStorageCalculationMethod calcMethod
)
Public Function SetStageStorageCalculationMethod (
calcMethod As PondStageStorageCalculationMethod
) As Boolean
public:
bool SetStageStorageCalculationMethod(
PondStageStorageCalculationMethod calcMethod
)
Parameters
- calcMethod PondStageStorageCalculationMethod
- The calculation method to set.
Return Value
Boolean
True if the method was successfully set, false otherwise.
Exceptions
Remarks
This method can only be used with contour-based ponds.
Surface-based ponds always use the SurfaceVolume calculation method and cannot be changed.
See Also