Get a catchment via its index
Namespace:
DHI.Mike1D.RainfallRunoffModule
Assembly:
DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public ICatchment this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As ICatchment
Get
Set
public:
virtual property ICatchment^ default[int index] {
ICatchment^ get (int index) sealed;
void set (int index, ICatchment^ value) sealed;
}
Parameters
- index
- Type: SystemInt32
Property Value
Type:
ICatchmentImplements
IListTItemInt32IReadOnlyListTItemInt32See Also