CatchmentRationalRunoffData Property |
Gets the Rational runoff method data from the catchment.
Provides access to Rational-specific parameters such as recession multiplier.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntaxpublic CatchmentRunoffRational RationalRunoffData { get; }Public ReadOnly Property RationalRunoffData As CatchmentRunoffRational
Get
public:
property CatchmentRunoffRational^ RationalRunoffData {
CatchmentRunoffRational^ 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