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