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: 19.0.0.0 (11.1.1.1111)
Syntax
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 instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Inherited from IComparableIHydraulicParameterSet.)
Top
See Also