Click or drag to resize

NetworkGetEndReaches Method

Returns all locations (reach id, chainage) that is an end reach, i.e. end of the network. Those usually require a boundary condition. If no boundary condition is giving, the engine assumes a closed/wall boundary (which is usually not intended).

Namespace:  DHI.Mike1D.NetworkDataAccess
Assembly:  DHI.Mike1D.NetworkDataAccess (in DHI.Mike1D.NetworkDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public Dictionary<string, List<double>> GetEndReaches()

Return Value

Type: DictionaryString, ListDouble
Returns all locations (reach id, chainage), key'ed by reach id.
See Also