UndergroundStorageVelocityRoughness Property |
Gets or sets the roughness for Manning or Colebrook-White equation to calculate velocity.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic double VelocityRoughness { get; }Public ReadOnly Property VelocityRoughness As Double
Get
public:
property double VelocityRoughness {
double get ();
}Property Value
Double
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when setting the property with a negative value.
|
See Also