PondInitialDepth Property

Gets or sets the initial wetted depth within the pond.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntax
public double InitialDepth { get; set; }

Property Value

Double
Exceptions
ExceptionCondition
ArgumentException Thrown when setting the property to a negative value.
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.
See Also