Click or drag to resize

CatchmentCatchmentName 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 CatchmentName { get; set; }

Property Value

Type: String

Implements

ICatchmentCatchmentName
ICatchmentDataCatchmentName
Remarks
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