CatchmentModifiedRationalRunoffData Property |
Gets the Modified Rational runoff method data from the catchment.
Provides access to Modified Rational-specific parameters such as
recession multiplier and duration of peak.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntaxpublic CatchmentRunoffModifiedRational ModifiedRationalRunoffData { get; }Public ReadOnly Property ModifiedRationalRunoffData As CatchmentRunoffModifiedRational
Get
public:
property CatchmentRunoffModifiedRational^ ModifiedRationalRunoffData {
CatchmentRunoffModifiedRational^ get ();
}Return Value
CatchmentRunoffModifiedRational
Returns the Modified Rational runoff data, or null if the Modified 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