Get a catchment via its model id
            
 
    Namespace: 
   DHI.Mike1D.RainfallRunoffModule
    Assembly:
   DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic ICatchment Find(
	string modelId
)
Public Function Find ( 
	modelId As String
) As ICatchment
public:
virtual ICatchment^ Find(
	String^ modelId
) sealed
Parameters
- modelId
 - Type: SystemString
Model id 
Return Value
Type: 
ICatchment[Missing <returns> documentation for "M:DHI.Mike1D.RainfallRunoffModule.Catchments.Find(System.String)"]
Implements
ICatchmentsFind(String)
See Also