Get a catchment via its name. Returns null if no catchment has this name.
Namespace:
DHI.Mike1D.RainfallRunoffModule
Assembly:
DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public IList<ICatchment> FindAll(
string name
)
Public Function FindAll (
name As String
) As IList(Of ICatchment)
public:
virtual IList<ICatchment^>^ FindAll(
String^ name
) sealed
Parameters
- name
- Type: SystemString
[Missing <param name="name"/> documentation for "M:DHI.Mike1D.RainfallRunoffModule.Catchments.FindAll(System.String)"]
Return Value
Type:
IListICatchment[Missing <returns> documentation for "M:DHI.Mike1D.RainfallRunoffModule.Catchments.FindAll(System.String)"]
Implements
ICatchmentsFindAll(String)See Also