Click or drag to resize

IHydraulicParameters Interface

Table of corresponding depths, areas, hydraulic radi and conveyances.

Namespace:  DHI.Mike1D.StructureModule
Assembly:  DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface IHydraulicParameters

The IHydraulicParameters type exposes the following members.

Properties
  NameDescription
Public propertyAreas
Areas
Public propertyConveyance
Conveyances
Public propertyCount
Number of elements in list
Public propertyDepths
Depths. The first depth need not be zero
Public propertyRadii
Hydraulic radii
Public propertyWidthAtTop
Width of cross section at top of tabulated depths and areas.
Top
Methods
  NameDescription
Public methodSetParameters
Set all hydraulic parametersets in the list. This is the only way to change the size of the list.
Top
See Also