The CatchmentGroup type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddCatchmentId | Adds a catchment to this group. | |
| Create | Creates a new catchment group and adds it to the database. Throws an error if a catchment group of the same name already exists | |
| GetAllCatchmentIds | ||
| GetCatchmentId | Gets a catchment with the given name. Throws if it does not exist in this group. | |
| MoveCatchment | Moves a catchment to another catchment group. | |
| RemoveAllCatchments | Deletes all catchments in this catchment group | |
| RemoveCatchmentId | Deletes a catchment and removes it from this group. |
