RainfallRunoffData Methods |
The RainfallRunoffData type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize |
Destructor
(Overrides ObjectFinalize.) | |
| Finish |
Finish simulation. Calls finish on all cathcments that require finalization.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Initialize(IBoundaryData, IDiagnostics) |
Initialize rainfall runoff models
| |
| Initialize(IBoundaryData, ADComponentData, IDiagnostics) |
Initialize rainfall runoff models
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Prepare |
Prepare rainfall runoff models
| |
| ReleaseLicense |
Release all RR licenses
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Validate |
Validates the object
| |
| WriteRRStatFile |
Write RR stat file
|
| Name | Description | |
|---|---|---|
| Find(String) | Overloaded.
Find the catchment with the given model ID.
Returns null if not found.
(Defined by RRExtensions.) | |
| Find(String, IQuantity) | Overloaded.
Find the first catchment with the given name and offering quantity.
Returns null if none found.
(Defined by RRExtensions.) | |
| FindAll(String) | Overloaded.
Get a catchment via its name. Returns null if no catchment has this name.
(Defined by RRExtensions.) | |
| FindAll(String, IQuantity) | Overloaded.
Find all catchments with the specified name, and offering the specified quantity.
Returns null if none found.
(Defined by RRExtensions.) |