Click or drag to resize

BedResistance.GetBedResistanceValues Method

Get a BedResistanceValueSet for the given location. To convert from levels to depth, the bottom level is also required.

Namespace:  DHI.Mike1D.HDParameterDataAccess
Assembly:  DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public BedResistanceValueSet GetBedResistanceValues(
	ILocation location,
	double bottomLevel,
	IDiagnostics diagnostics
)

Parameters

location
Type: DHI.Mike1D.Generic.ILocation
Location to retrieve data from
bottomLevel
Type: System.Double
Bottom level at the given location.
diagnostics
Type: DHI.Mike1D.Generic.IDiagnostics

Return Value

Type: BedResistanceValueSet
A new BedResistanceValueSet
See Also