RainfallRunoffData Methods

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Finish Finish simulation. Calls finish on all cathcments that require finalization.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
Initialize(IBoundaryData, IDiagnostics) Initialize rainfall runoff models
Initialize(IBoundaryData, ADComponentData, STData, IDiagnostics) Initialize rainfall runoff models
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Prepare Prepare rainfall runoff models
ReadState Read state and apply to module. Returns true if state was successfully read.
ReleaseLicense Release all RR licenses
ToStringReturns a string that represents the current object.
(Inherited from Object)
Validate Validates the object
Validate(IDiagnostics, IBoundaryData) Validates the catchment with boundaries
WriteState Write current state of module

Extension Methods

Find Find the catchment with the given model ID. Returns null if not found.
(Defined by RRExtensions)
Find Find the first catchment with the given name and offering quantity. Returns null if none found.
(Defined by RRExtensions)
FindAll Get a catchment via its name. Returns null if no catchment has this name.
(Defined by RRExtensions)
FindAll Find all catchments with the specified name, and offering the specified quantity. Returns null if none found.
(Defined by RRExtensions)

See Also