Mike1DData Methods |
The Mike1DData type exposes the following members.
Name | Description | |
---|---|---|
ContainsAdditionalData |
Returns true if data is associated with the key.
| |
CreateRuntimeDiagnostics |
Create a runtime Diagnostics instance. This is called from Mike1DController.Prepare()
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetAdditionalData(String) |
Get additional data, based on key.
| |
GetAdditionalDataT(String, T) |
Get additional data, based on key. If no data exist for value, return the defaultValue | |
GetDefaultResultSpecification |
Creates a default result specification of the type provided.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
LoadPlugin |
Static method for explicitly loading of a MIKE 1D plugin.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetAdditionalData |
Set additional data
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TryGetAdditionalData |
Get additional data, based on key.
| |
Validate |
Validates the contents. Files are validated for existence. Large parts of the validations
are delegated to the included data access modules.
|
Name | Description | |
---|---|---|
SetMUPRegressionTestCompatabilityMode |
Modifies MUP result specifications to better match the default MU result specifications.
(Defined by Mike1DDataExtensions.) | |
UnitProvider |
Get unit provider, matching the UnitSystem.
(Defined by Mike1DDataExtensions.) | |
UseRRResults |
Bool indicating if RR results are active in the HD simulation.
(Defined by Mike1DDataExtensions.)RR results can contain Runoff or Catchment Discharge results, or both. |