Click or drag to resize

BedResistanceGlobalResistanceValue Property

get/set a (uniform) global resistance value.

Use ResistanceValues.GlobalValue to set a non-uniform global resistance value (multizone value).

Namespace:  DHI.Mike1D.HDParameterDataAccess
Assembly:  DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public double GlobalResistanceValue { get; set; }

Property Value

Type: Double
Remarks
Since the underlying storage is a network data storing arrays, when setting, this corresponds to:
ResistanceValues.GlobalValue = new double[]{value}
When getting, this corresponds to:
ResistanceValues.GlobalValue[0]
See Also