Click or drag to resize

BedResistanceGetBedResistanceValues 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.GenericILocation
Location to retrieve data from
bottomLevel
Type: SystemDouble
Bottom level at the given location.
diagnostics
Type: DHI.Mike1D.GenericIDiagnostics

Return Value

Type: BedResistanceValueSet
A new BedResistanceValueSet
See Also