Click or drag to resize

FlowResistanceSetExponentValues Method

Set exponent values, used when DepthDependence == Exponent The bottomValue and topValue follows the Formulation.

Namespace:  DHI.Mike1D.CrossSectionModule
Assembly:  DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void SetExponentValues(
	double exponent,
	double bottomValue,
	double topValue
)

Parameters

exponent
Type: SystemDouble

[Missing <param name="exponent"/> documentation for "M:DHI.Mike1D.CrossSectionModule.FlowResistance.SetExponentValues(System.Double,System.Double,System.Double)"]

bottomValue
Type: SystemDouble

[Missing <param name="bottomValue"/> documentation for "M:DHI.Mike1D.CrossSectionModule.FlowResistance.SetExponentValues(System.Double,System.Double,System.Double)"]

topValue
Type: SystemDouble

[Missing <param name="topValue"/> documentation for "M:DHI.Mike1D.CrossSectionModule.FlowResistance.SetExponentValues(System.Double,System.Double,System.Double)"]

See Also