Click or drag to resize

IHydraulicParameterSet Interface

Represents the "Hydraulic Parameters" table of a culvert. The table stores relations between depth at invert, area, radius and conveyance. The table must be kept in sync with the QhFlowtypeRelation table.

Namespace:  DHI.Mike1D.StructureModule
Assembly:  DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public interface IHydraulicParameterSet : IComparable<IHydraulicParameterSet>

The IHydraulicParameterSet type exposes the following members.

Properties
  NameDescription
Public propertyArea
Flow area for the given depth
Public propertyConveyance
Conveyance for the given depth
Public propertyRadius
Hydraulic radius for the given depth
Public propertyY
Depth above invert
Top
Methods
  NameDescription
Public methodCompareTo
Compares the current object with another object of the same type.
(Inherited from IComparableIHydraulicParameterSet.)
Top
See Also