IResultDataSearchFindCatchment Method |
Find catchment with the provided id
Namespace:
DHI.Mike1D.ResultDataAccess
Assembly:
DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax IRes1DCatchment FindCatchment(
string catchmentName
)
Function FindCatchment (
catchmentName As String
) As IRes1DCatchment
IRes1DCatchment^ FindCatchment(
String^ catchmentName
)
Parameters
- catchmentName
- Type: SystemString
Name of catchment
Return Value
Type:
IRes1DCatchmentCatchment, null if not found
See Also