PondSetStageStorageCalculationMethod Method

Sets the stage storage calculation method for the pond.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntax
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
ExceptionCondition
InvalidOperationException Thrown when attempting to set the calculation method for a surface-based pond.
BackwardCompatibilityException Thrown when setting the value for a pond that was created by an older version of the product.
ForwardCompatibilityException Thrown when setting the value for a pond that was created by a newer version of the product.
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