Click or drag to resize

XSBaseGetNaturalDepthOld Method

Note: This API is now obsolete.

Get the natural depth at a given discharge and slope

Namespace:  DHI.Mike1D.CrossSectionModule
Assembly:  DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
[ObsoleteAttribute("Deprecated: Does not take sediments into account")]
public virtual double GetNaturalDepthOld(
	double discharge,
	double slope,
	HDParameterData hdParams = null
)

Parameters

discharge
Type: SystemDouble
Discharge to find depth for
slope
Type: SystemDouble
Slope to use in calculations
hdParams (Optional)
Type: DHI.Mike1D.HDParameterDataAccessHDParameterData

[Missing <param name="hdParams"/> documentation for "M:DHI.Mike1D.CrossSectionModule.XSBase.GetNaturalDepthOld(System.Double,System.Double,DHI.Mike1D.HDParameterDataAccess.HDParameterData)"]

Return Value

Type: Double

[Missing <returns> documentation for "M:DHI.Mike1D.CrossSectionModule.XSBase.GetNaturalDepthOld(System.Double,System.Double,DHI.Mike1D.HDParameterDataAccess.HDParameterData)"]

See Also