FAAFlowSegmentRunoffCoefficient Property

Gets or sets the runoff coefficient.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntax
public double RunoffCoefficient { get; set; }

Property Value

Double
Exceptions
ExceptionCondition
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