Click or drag to resize

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
)

Parameters

catchmentName
Type: SystemString
Name of catchment

Return Value

Type: IRes1DCatchment
Catchment, null if not found
See Also