PondPerimeterType Property |
Gets or sets the perimeter shape for the pond.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic StormWaterControlPerimeterType PerimeterType { get; set; }Public Property PerimeterType As StormWaterControlPerimeterType
Get
Set
public:
property StormWaterControlPerimeterType PerimeterType {
StormWaterControlPerimeterType get ();
void set (StormWaterControlPerimeterType value);
}Property Value
StormWaterControlPerimeterType
Exceptions
Remarks
This property is used when calculating infiltration through the sides of the pond.
See Also