FAAFlowSegmentRunoffCoefficient Property |
Gets or sets the runoff coefficient.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntaxpublic double RunoffCoefficient { get; set; }Public Property RunoffCoefficient As Double
Get
Set
public:
property double RunoffCoefficient {
double get ();
void set (double value);
}Property Value
Double
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when setting a value outside the range [0.01, 1].
|
Remarks
The runoff coefficient is a dimensionless value in the range [0.01, 1].
See Also