Click or drag to resize

RRExtensions Methods

The RRExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateMonthlyAbstractionBoundary
Sets up monthly abstraction for nam, assuming the abstraction values are in mm/month.
Public methodStatic memberFind(RainfallRunoffData, String)
Find the catchment with the given model ID. Returns null if not found.
Public methodStatic memberFind(RainfallRunoffData, String, IQuantity)
Find the first catchment with the given name and offering quantity. Returns null if none found.
Public methodStatic memberFindAll(RainfallRunoffData, String)
Get a catchment via its name. Returns null if no catchment has this name.
Public methodStatic memberFindAll(ICatchments, String, IQuantity)
Find all catchments with the specified name, and providing the specified quantity
Public methodStatic memberFindAll(RainfallRunoffData, String, IQuantity)
Find all catchments with the specified name, and offering the specified quantity. Returns null if none found.
Public methodStatic memberIsImpervious
Returns true when the surface is impervious
Top
See Also