Click or drag to resize

IQhFlowtypeRelations Interface

Represents a table that ties water depth above culvert inlet at upstream cross section to critical discharge and flow type.

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 IQhFlowtypeRelations : ICloneable

The IQhFlowtypeRelations type exposes the following members.

Properties
  NameDescription
Public propertyCount
Number of coefficients
Public propertyDepths
Gets all the Levels of the collection. The array of depths are depth above the inlet at the upstream cross section.
Public propertyItem
Get/set a coefficient set at the specified index
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
(Inherited from ICloneable.)
Public methodSetParameters
Set all hydraulic parametersets in the list. This is the only way to change the size of the list.
Top
See Also