CatchmentRationalRunoffData Property

Gets the Rational runoff method data from the catchment. Provides access to Rational-specific parameters such as recession multiplier.

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

Return Value

CatchmentRunoffRational
Returns the Rational runoff data, or null if the Rational runoff method is not the active method on this catchment.
Remarks
The returned object references the catchment's current state. If the RunoffMethod is changed after obtaining this object, accessing its properties will throw InvalidOperationException. Check for null before use to verify the runoff method is active.
See Also