ResultDataSearchFindCatchment 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 public IRes1DCatchment FindCatchment(
string catchmentName
)
Public Function FindCatchment (
catchmentName As String
) As IRes1DCatchment
public:
virtual IRes1DCatchment^ FindCatchment(
String^ catchmentName
) sealed
Parameters
- catchmentName
- Type: SystemString
Name of catchment
Return Value
Type:
IRes1DCatchmentCatchment, null if not found
Implements
IResultDataSearchFindCatchment(String)See Also