CatchmentsFindAll Method
Get a catchment via its name. Returns null if no catchment has this name.
Namespace: DHI.Mike1D.RainfallRunoffModuleAssembly: DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 24.0.0.0 (11.1.1.1111)
public IList<ICatchment> FindAll(
string name
)
- name String
[Missing <param name="name"/> documentation for "M:DHI.Mike1D.RainfallRunoffModule.Catchments.FindAll(System.String)"]
IListICatchment[Missing <returns> documentation for "M:DHI.Mike1D.RainfallRunoffModule.Catchments.FindAll(System.String)"]
ICatchmentsFindAll(String)