Get or set the
IReach at the specified index in the list
Namespace:
DHI.Mike1D.NetworkDataAccess
Assembly:
DHI.Mike1D.NetworkDataAccess (in DHI.Mike1D.NetworkDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax IReach this[
int index
] { get; set; }
Default Property Item (
index As Integer
) As IReach
Get
Set
property IReach^ default[int index] {
IReach^ get (int index);
void set (int index, IReach^ value);
}
Parameters
- index
- Type: SystemInt32
Index in list
Return Value
Type:
IReachIReach at the index
Implements
IListTItemInt32See Also