CatchmentModelId Property |
A overall data interface for cathcment data, containing
data properties that are common for all catchments.
This interface contains data and parameters for setting up a catchment model, and represents
as such only setup data. Computational variables and methods are not included in this interface.
It can be used to explore data and parameters required when setting up the catchment model.
Namespace:
DHI.Mike1D.RainfallRunoffModule
Assembly:
DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public string ModelId { get; set; }
Public Property ModelId As String
Get
Set
public:
virtual property String^ ModelId {
String^ get () sealed;
void set (String^ value) sealed;
}
Property Value
Type:
StringImplements
ICatchmentModelIdICatchmentDataModelIdRemarks
This does deliberately not inherit from
ICatchment, in order to distinguish
between data for setting up the catchment and functionality required for a general
catchment to be included in the simulation. However, any catchment implementing this
interface will also implement the
ICatchment interface. Some properties
in this interface will be present also in the
ICatchment interface.
See Also