GetAllNamedBasins

This function evaluates to a list containing the names of the user defined subbasins in a model.

Description

The names of all user defined subbasins in the current model, expressed as strings.

Type

LIST {STRING}

Arguments

none

Meaning

 

 

 

Evaluation

The function first retrieves a list of all defined subbasins in the model, then filters out any automatic subbasins (object type basins generated by RiverWare).

Comments

If there are no user defined subbasins in the model, this function evaluates to an empty list.

 
GetAllNamedBasins()
 
{"Upper", "Flood Control", "Lower"}