Click or drag to resize

RainfallRunoffData Properties

The RainfallRunoffData type exposes the following members.

Properties
  NameDescription
Public propertyAdditionalData
Internal method. Additional data from the MIKE 1D data object. Set during initialize.
Public propertyCatchments
Get collection of catchments
Public propertyConnection
Holder of read/write information
(Inherited from AbstractDataAccess.)
Public propertyCustomTypes
List of custom types stored in the data object and that must be serialized.

A custom type is e.g. a user implemented structure or catchment model. In order to store information on the custom type in the .m1dx file, the system needs to know which custom types are being used, and they must be added to this list.

(Inherited from AbstractDataAccess.)
Public propertyExtensionData
Holds data from an extended DataContract
(Inherited from AbstractDataAccess.)
Public propertyParameters
Set default parameters for all catchments
Public propertyPollutants
Get a list of pollutants for SWQ simulation
Public propertyProjectionString
Projection string, inherited from MIKE 1D Data object.
Public propertyRuntimeDiagnostics
Set the runtime diagnostics. Errors and warnings are added to the runtime diagnostics during rum time.
Public propertyTimeStepMultiplier
For Mike 11 setups, rainfall runoff models use a time step multiplier relative to the HD module time step
Public propertyWriteRRStatFileFlag
If true, then a RRStat.txt file is created with a summary of rainfall runoff data for all catchments. The RRStat.txt file is only created if a stand-alone RR simulation is performed.
Top
See Also