PondPerimeterType Property

Gets or sets the perimeter shape for the pond.

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

Property Value

StormWaterControlPerimeterType
Exceptions
ExceptionCondition
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 property is used when calculating infiltration through the sides of the pond.
See Also