Click or drag to resize

RainfallRunoffData Methods

The RainfallRunoffData type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFinish
Finish simulation. Calls finish on all cathcments that require finalization.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize(IBoundaryData, IDiagnostics)
Initialize rainfall runoff models
Public methodInitialize(IBoundaryData, ADComponentData, STData, IDiagnostics)
Initialize rainfall runoff models
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPrepare
Prepare rainfall runoff models
Public methodReadState
Read state and apply to module. Returns true if state was successfully read.
Public methodReleaseLicense
Release all RR licenses
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValidate
Validates the object
Public methodValidate(IDiagnostics, IBoundaryData)
Validates the catchment with boundaries
Public methodWriteState
Write current state of module
Top
Extension Methods
  NameDescription
Public Extension MethodFind(String)Overloaded.
Find the catchment with the given model ID. Returns null if not found.
(Defined by RRExtensions.)
Public Extension MethodFind(String, IQuantity)Overloaded.
Find the first catchment with the given name and offering quantity. Returns null if none found.
(Defined by RRExtensions.)
Public Extension MethodFindAll(String)Overloaded.
Get a catchment via its name. Returns null if no catchment has this name.
(Defined by RRExtensions.)
Public Extension MethodFindAll(String, IQuantity)Overloaded.
Find all catchments with the specified name, and offering the specified quantity. Returns null if none found.
(Defined by RRExtensions.)
Top
See Also