PondVelocityRoughness Property

Gets or sets the roughness value for the Manning or Colebrook-White equations when calculating flow velocity.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntax
public double VelocityRoughness { 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